Use pycharm2019 version configure a remote connection to the server under macbook

pycharm provides easy synchronization code with server and plug-in execution. I configured when configuring windows version pycharm successful, then diverted to the mac encountered a little problem, finally resolved, in this configuration of the recording process

Objective: pycharm connect to a remote server, and then write the code locally, the server automatically submitted and executed on the server, results are displayed in the local console.

Configuration:

Every step: Open PyCharm set to open

 

 

 Step Two: Setting up a remote server account password 

 

 

The third step: to manually specify the local directory with the directory server code mapping

 

 

 After setting, either click ok

The fourth step: setting the python interpreter

 Step five: Specifies the python running under the remote server python interpreter

 

 Click Next

 

 Here I want to explain my remote server python interpreter is usr / bin / python So, without modification

Currently all ok, ok I can last all the way

Guess you like

Origin www.cnblogs.com/Ares-zjs/p/11654646.html