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:
- copy project local directory.
- configure: tools - deployment, upload local copy remote server
- make deployment automatic: tools - deployment - "automatic upload"
- 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
Post a Comment