PyCharm连接Linux服务器
1、准备工作
本机:Windows系统,192.168.1.3,PyCharm
虚拟机:Linux系统,192.168.1.17
前提:两台主机能相互ping通
2、PyCharm连接虚拟机
创建项目:
File–>New Project–>Pure Python

设置项目:
File–>settings–>Editor–>File Encodings

创建目录和文件:example/hello.py
print('Hello Python!')
Tools–>Deployment–>Configuration