[Pycharm 2.5 Beta] Remote interpreter question
I'm trying to use Pycharm 2.5 (very slick, BTW!) locally on my windows machine and develop a python project on a remote unix machine.
Is there documentation available on how to work with this kind of a setup? Does it involve maintaining a synchronized codebase between the local and the remote machine?
Thanks in advance for any assistance.
Please sign in to leave a comment.
Hi Kamil,
here you can read about creating Python Remote Interpreter http://www.jetbrains.com/pycharm/webhelp/configuring-remote-python-interpreters.html
and here about configuring deployment of your code to a remote machine http://www.jetbrains.com/pycharm/webhelp/deployment.html
I have been able to successfully create a remote interpreter but when I try to run tests for a django project it is unable to find the settings.py file. I have tried setting the PYTHONPATH, as well as the working directory in the Run configuration, but can't seem to get it working. Any ideas?
Thanks.