pycharm为专业版
file->setting->python Interpreter
在右侧python Interpreter添加python解释器,要精确到python.exe文件,点击”OK“
右击左侧项目的根目录Deployment->Upload All Open Files to ...上传文件
右下角选择远程编译器,没有的话添加一个。
右上角Remote Host能看到远程编译器此时的目录结构
————————————————————————————
XShell相关操作
mkdir name //创建名为name的文件夹
conda env create -f environment.yml //运行环境配置文件environment.yml