pycharm ssh interpter No such file or directory

后端 未结 5 687
萌比男神i
萌比男神i 2021-01-30 05:32

I am using a macbook pro 15 as local machine and I have a remote server running ubuntu 14.04

I want to use the remote intepreter to run all the computation but I want t

5条回答
  •  北荒
    北荒 (楼主)
    2021-01-30 05:59

    It can be caused by one of the following:

    1. You did not deploy your code on the remote server.!

    • Make sure that the recent edition of your code is deployed on the server. You can always deploy your code from Tools -> Deployment -> Upload to ..., or by using Ctrl + Shift + Alt + x.
    • For setting the deployment path, Go to File -> Settings -> Build, Execution, Deployment -> Deployment, and enter a remote sever details as your deploying machine.
    • In the Mappings tab, make sure that the deployment path is defined somewhere on the server where you have permission to read and edit files there.

    2. You do not have the permission to read and change files on your deployment path at the remote server.

    • Go back to File -> Settings -> Build, Execution, Deployment -> Deployment, and change deployment path on the Mappings tab.

提交回复
热议问题