在vscode 中借助 Remote-ssh 插件
参考:https://blog.csdn.net/sixdaycoder/article/details/89947893
方式一: ctrl + shift + p,点击 python:select Interpreter,继续进行选择
方式2: 点击左下角的Python选项也可进行选择,可以看到我现在选的时名称为pytorch的解析器
解决终端中python环境切换异常: CommandNotFoundError: Your shell has not been properly configured to use ‘conda activate’. 参考:https://blog.csdn.net/qq_30992103/article/details/105914686