PyCharms Remote Interpreter problem
Hi,
I have been able to configure my remote Python interpreter successfully. (The remote machine is a Ubuntu box).
Now, I am trying to run the Python code on my Windows 7 box with it, using the following settings:
1) I am invoking a python file in the "Script" box (C:/Python27/Scripts/project1_run.exe)
2) I am setting the directory in the "Working directory" box. (C:/Users/murali/project1)
My assumption is I am running into Directory separator issues. The remote interpreter is not able to find both the above paths.
This is the error.
ssh://murali@15.125.112.130:22/usr/bin/python -u C:/Python27/Scripts/project1_run.exe
bash: line 0: cd: C:/Users/murali/project1: No such file or directory
/usr/bin/python: can't open file 'C:/Python27/Scripts/project1_run.exe': [Errno 2] No such file or directory
Process finished with exit code 2
I have tried searching for a solution on the net unsuccessfully.
Would greatly appreciate a solution.
Thanks,
I have been able to configure my remote Python interpreter successfully. (The remote machine is a Ubuntu box).
Now, I am trying to run the Python code on my Windows 7 box with it, using the following settings:
1) I am invoking a python file in the "Script" box (C:/Python27/Scripts/project1_run.exe)
2) I am setting the directory in the "Working directory" box. (C:/Users/murali/project1)
My assumption is I am running into Directory separator issues. The remote interpreter is not able to find both the above paths.
This is the error.
ssh://murali@15.125.112.130:22/usr/bin/python -u C:/Python27/Scripts/project1_run.exe
bash: line 0: cd: C:/Users/murali/project1: No such file or directory
/usr/bin/python: can't open file 'C:/Python27/Scripts/project1_run.exe': [Errno 2] No such file or directory
Process finished with exit code 2
I have tried searching for a solution on the net unsuccessfully.
Would greatly appreciate a solution.
Thanks,
- Murali
Please sign in to leave a comment.