Remote interpreter does not see the file
PyCharm:
HOST Console:
Why [Errno 2]??? File exist!
PyCharm 3.4.1 (Professional)
Bash
ssh://vagrant@127.0.0.1:2222/usr/bin/python -u /home/silent/Project/purinaproplan/repo/dev/manage.py runserver 0.0.0.0:8000 bash: line 0: cd: /home/silent/Project/***/repo/dev: No such file or directory /usr/bin/python: can't open file '/home/silent/Project/***/repo/dev/manage.py': [Errno 2] No such file or directory
HOST Console:
Bash
cat /home/silent/Project/***/repo/dev/manage.py ... body file ...
Why [Errno 2]??? File exist!
PyCharm 3.4.1 (Professional)
Please sign in to leave a comment.
Same problem here, also with vagrant!
Hmm, maybe it's a permission issue? Make sure the user configured for your deployment has full read/write permissions on the project folder.
Are the files uploaded to the remote host without issues?