如何配置Pycharm和远程服务器
这类博客较多,参考内容
https://blog.csdn.net/fengbao24/article/details/125515542
Python解释器选择(conda3)
1. Settings -> Add Interpreter -> On SSH
注意,这里的SSH需要在你把远程的项目映射到本地之后,才会出现这个SSH选项文章来源:https://www.toymoban.com/news/detail-858986.html
2. 选择对应的conda环境
naconda 的 base 环境的 python 解释器的路径为 anaconda/bin/python,其他环境的路径为 `anaconda/envs/[环境名称]/bin/python
选择完毕后,点击 OK。
碰到的问题只要花费时间去找,总能找到的.文章来源地址https://www.toymoban.com/news/detail-858986.html
到了这里,关于Pycharm远程连接实验室服务器Conda环境配置的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!