PyCharm远程口译员

时间:2012-03-17 19:27:18

标签: python pycharm

在PyCharm 2.1早期访问预览中link

我们有新功能:远程解释器 - 与在远程主机上运行的Python解释器完全集成;

如何使用?

我有两台机器:

  1. W7x64 ip 192.168.1.147 - pycharm 2.1
  2. Ubuntu ip 192.168.1.4 - python,ssh,celery,django等(vmware虚拟机)
  3. 在W7 Pycharm中:

    enter image description here

    我尝试代码:

    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
    

0 个答案:

没有答案