PyDev简单配置

1.   下载一个eclipse

2.   启动eclipse,选择Help—>Install New Software...

3.   在workwith里键入http://www.fabioz.com/pydev/updates  ,单击Add,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开发环境

 

 

 

 

 

你可能感兴趣的:(eclipse,windows,python)