Remote Project Location
I am trying out PyCharm again, and I could easily setup a remote interpreter, but I am not clear on how to have my project be remote as well. My project, subversion, and Python interpreter are all on a remote Linux box, while my dev machine is still Windows.
1 条评论
排序方式
日期
投票数
PyCharm requires a local copy of your source code on your dev machine. You can either do a separate Subversion checkout on your dev machine, or create a simple copy of the files and use Settings | Deployment to synchronize the two copies.
请先登录再写评论。