本地pycharm与服务器相连,配置remote interpreter

打开Tools下的Deployment之下的Configuration 

进行配置

1.配置Connection页面如下

注意:root path需要填的是你准备同步到服务器上的地址

例如你准备在本地的D:/work/data 写文件,并且打算把它与服务器的/home/doubi/hh对应,那么这里的root path需要填的是 /home/doubi 一定要注意


2.配置mapping页面

注意:local path 就是你本地的地址,如D:\work\data 注意这里反斜杠

web path 和local path 一样的地址

deployment path 是服务器的/home/doubi/hh的最后一层 /hh  一定注意这里

之后是配置file下的settings下的Project:XX 下的Project Interpreter

点击project Interpreter 后面的按钮,选择add

然后选择ssh Interpreter 并且选择Existing server configuration 那里,然后勾选之前配置的Deployment ,然后会显示是否create ,这时候要选择对之前的Deployment configuration 进行copy,这时候会出现一个copy of project level serverXX,然后选择next进行选择remote interpreter,这里一定要选对,然后再将之前配置的对应关系写入path mapping


之后需要检查下面:打开file,settings 如下选择:



校验是否和一开始配置的path mapping 一致。

你可能感兴趣的:(本地pycharm与服务器相连,配置remote interpreter)