在PyCharm 2.1早期访问预览中link
我们有新功能:远程解释器 - 与在远程主机上运行的Python解释器完全集成;
如何使用?
我有两台机器:
在W7 Pycharm中:
我尝试代码:
from celery.task import task
@task
def add(x, y):
return x + y
ssh://echeg@192.168.1.4:/usr/bin/python2.7 -u C:/Dropbox/my_py/opoveshun/tests/celery/tasks.py
/usr/bin/python2.7: can't open file 'C:/Dropbox/my_py/opoveshun/tests/celery/tasks.py': [Errno 2] No such file or directory