python interpreter配置_PyCharm使用之配置SSH Interpreter

python interpreter配置_PyCharm使用之配置SSH Interpreter

    • 1、File->Setting->Python Interpreter->add
    • 2、填写Host,Username,点击Next
    • 3、填写密码,点击Next
    • 4、填写远程位置,如下图1是必须填正确,2是选填,不改变有默认值,点击Finish即可

1、File->Setting->Python Interpreter->add

python interpreter配置_PyCharm使用之配置SSH Interpreter_第1张图片

2、填写Host,Username,点击Next

python interpreter配置_PyCharm使用之配置SSH Interpreter_第2张图片

3、填写密码,点击Next

python interpreter配置_PyCharm使用之配置SSH Interpreter_第3张图片

4、填写远程位置,如下图1是必须填正确,2是选填,不改变有默认值,点击Finish即可

查看版本
python --version
查看环境
conda env list
激活Python环境
conda activate XXX

whereis pythonpython interpreter配置_PyCharm使用之配置SSH Interpreter_第4张图片

你可能感兴趣的:(python,Interpreter,python,linux)