系统环境:
ubuntu11.04
eclipse : " Helios Service Release 2 "
系统自带python2.7
安装:
1. 从http://pydev.org/下载插件包
2. 解压包, 分别拷贝features, plugins目录下的文件至 $eclipse_install/features与$eclipse_install/plugins 下
3. 重启eclipse
4. help -> about eclipse -> installed details 查看是否出现PyDev
5. window -> Preferences -> PyDev -> Interpreter-Python 右侧选择 "Auto
Config " , 自动添加Python解析器
6. 创建新的PyDev项目测试