pycharm连接Linux远程开发

文章目录

  • 一、准备工作
  • 二、使用步骤
    • 1.打开pycharm,创建一个测试文件
    • 2.Tools-Deployment-configuration
    • 3.选择SSH configuration
    • 4.配置Mappings
    • 5.file-settings-python interpreter-SSH interpreter
    • 6.选择文件保存和上传路径
    • 7.python interpreter选择刚设置好的解释器
    • 8.对应Linux的系统上就会出现对应的文件
  • 总结


一、准备工作

  安装 PyCharm Professional (PyCharm Community 没有该选项,无法配置 SSH Interpreter)
  Linux开始ssh服务

二、使用步骤

1.打开pycharm,创建一个测试文件

pycharm连接Linux远程开发_第1张图片

2.Tools-Deployment-configuration

pycharm连接Linux远程开发_第2张图片

3.选择SSH configuration

  根据要连接的linux输入信息,并测试连接
pycharm连接Linux远程开发_第3张图片
pycharm连接Linux远程开发_第4张图片

4.配置Mappings

pycharm连接Linux远程开发_第5张图片

5.file-settings-python interpreter-SSH interpreter

  根据提示填写Linux的ip地址等信息
pycharm连接Linux远程开发_第6张图片

6.选择文件保存和上传路径

pycharm连接Linux远程开发_第7张图片

7.python interpreter选择刚设置好的解释器

pycharm连接Linux远程开发_第8张图片

8.对应Linux的系统上就会出现对应的文件

pycharm连接Linux远程开发_第9张图片


总结

  linux编程不方便,使用pycharm可以极大提高效率!

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