Eclipse快速配置Python开发环境Pydev

1.   安装eclipse(笔者已集成Myeclipse)

2.   启动eclipse,选择Help—>Software updates--->find and install.....

3.   在workwith里键入http://www.fabioz.com/pydev/updates  ,单击New remote site,eclipse自动搜索到PyDev的插件,

      选择之,一步步Next进行安装

4.   查看PyDev是否安装成功,选择Help—>About Eclipst—>Installation Details,即可到具体安装的插件

5.   配置PyDev解释器,选择Windows—>Preferences—>PyDev—>Interpreter-Python,点击New,找到自己

      python的安装路径,选择python.exe,再选择具体的Libraries.最后OK

6.   最后就是使用PyDev环境了,在eclipse的最右上角显示着当前正在使用的是哪个开发环境,选择Open Perspective—>Other—    >PyDev—>OK,即可切换到PyDev开发环境

相关推荐