When I try to start a project in PyCharm, I get the following error. I installed the virtual box, the tramp and all the requirements in the readme file that they gave me, but when I clicked the run ...
ssh:// vagrant@127.0.0.1 :2222/usr/bin/python -u /Users/gtas/Projects/PythonProj/manage.py runserver 0.0.0.0:8000 bash: line 0: cd: /Users/gtas/Projects/PythonProj: No such file or directory /usr/bin/python: can't open file '/Users/gtas/Projects/PythonProj/manage.py': [Errno 2] No such file or directory Process finished with exit code 2
[EDIT] Looks like the VM firewall mappings are not properly configured / installed.
Any ideas why this is driving me crazy?
I am using Mac OS X 10.9.2 and the latest PyCharm development environment.
Thanks in advance.
source share