I have the remote server with a few virtualenv environments (django projects). How can I open, develop and debug these projects completely remote?
Shall I mount remote directory via sshfs to open a project? (I can't open project other way than as local path) I am working on debian and windows xp.
PyCharm makes it possible to use the virtualenv tool to create a project-specific isolated virtual environment. The main purpose of virtual environments is to manage settings and dependencies of a particular project regardless of other Python projects.
PyCharm downloads the required version of JetBrains Client and opens the remote project inside it.
I've found the decision and asked the support which confirmed its:
Here is the steps:
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With