[PYTHON] Remote related settings in pycharm

Note.

Interpreter

You can use a remote interpreter.

File-> Setting-> Project Interpreter-> Python Interpreters-> Add by pressing "+" button

Sync with remote source

I thought pycharm could edit the remote source directly, but instead it just had a mechanism to sync the local source with the remote source.

Setting the directory to synchronize

First, open File-> Setting-> Deployment and make the following settings.

File sync

Press Tools-> Deployment-> Upload to to upload the local file remotely.

You can also bring the remote locally with Sync with Deployed to.

It will take some time to get used to it.

Recommended Posts

Remote related settings in pycharm
Collaborate in a remote environment
Teaming (LACP) settings in CentOS 8
Settings often used in Jupyter
Mastering type hinting in PyCharm
Errors related to memcached in django
Network settings and confirmation in CentOS7
Various Anaconda settings in Windows 10 environment
To maintain code quality in PyCharm
Remote debugging in Visual Studio (Linux)
Django static file (static) related settings summary
[Question] No module named'Selenium' in PyCharm