Note.
You can use a remote interpreter.
File-> Setting-> Project Interpreter-> Python Interpreters-> Add by pressing "+" button
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.
First, open File-> Setting-> Deployment and make the following settings.
/ home / me
and the source directory to / home / me / src / target
, write / src / target
.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