[Fixed]-Pycharm remote project with virtualenv

25👍

I’ve found the decision and asked the support which confirmed its:

Here is the steps:

  1. copy a project to a local directory.
  2. configure: tools – deployment, to upload this local copy to remote server
  3. make deployment automatic: tools – deployment – “automatic upload”
  4. add remote interpreter: file – settings – python interpreters – “+” – “Remote..”

The remote interpreter is the virtualenv interpreter with all packages are installed.

Debug also works, we can debug completely remote project on server using local pycharm.

👤xwild

-1👍

Debian:

From the file manager, click on Connect To server, connect to ssh by giving login credentials which will open your remote project on your file manager itself.

Or you can go to the server using ssh via terminal and edit your project via command line text editor.

IDE:

If you are working with IDE such as Aptana or PyCharm, you can load the project from the server itself by login credentials.

Leave a comment