Pycharm Remote interpreter ssh

已回答

Hi all, I was wondering if it is possible to edit code and files on a remote server that is usually reachable through ssh. I require the performance of this server to run the code, but would really like to edit files and code on my laptop locally and then tell it to run on the remote server. Is this possible at all? If so how would I go about setting it up. Also, I usually have to run a few bash functions at the beginning of an ssh session to get everything properly configured. Any points are welcome, many thanks.

0

For remote project, you need to create local copy of it by copying files from your remote machine, set up remote interpreter for the project
https://www.jetbrains.com/help/pycharm/configuring-remote-interpreters-via-ssh.html and configure deployment https://www.jetbrains.com/pycharm/help/creating-a-remote-server-configuration.html. Then you will be able to write your code, deploy it to the remote host and run/debug scripts via remote interpreter.

For more info please refer to https://blog.jetbrains.com/pycharm/2015/03/feature-spotlight-python-remote-development-with-pycharm/. In case of any problems, please contact pycharm-support@jetbrains.com.

1
Avatar
Permanently deleted user

Hi Anna Morozova, 

Thank you, this works wonderfully now.

0

请先登录再写评论。