python - pycharm remote project with virtualenv -


i have remote server few virtualenv environments (django projects). how can open, develop , debug these projects remote?

shall mount remote directory via sshfs open project? (i can't open project other way local path) working on debian , windows xp.

i've found decision , asked support confirmed its:

here steps:

  1. copy project local directory.
  2. configure: tools - deployment, upload local copy remote server
  3. make deployment automatic: tools - deployment - "automatic upload"
  4. add remote interpreter: file - settings - python interpreters - "+" - "remote.."

the remote interpreter virtualenv interpreter packages installed.

debug works, can debug remote project on server using local pycharm.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -