eclipse安装pydev

来源:互联网 发布:人生遥控器 知乎 编辑:程序博客网 时间:2024/06/07 01:08

0. 准备知识

  • eclipse4.5
  • PyDev5.1.2
  • python3.4.3
  • java8
    • 最新版本的PyDev(5.1.2)需要相匹配的eclipse4.5+、java8、python3.0+环境
    • 否则在eclipse成功安装pydev,在preferences中不显示

1. 安装

  • 打开eclipse
  • Help -> Install New Software -> Add -> Repository
    • Name: PyDev
    • Location: http://pydev.org/updates
  • 选择所有结果 -> Next -> Finish
  • 安装后重启eclipse
  • Windows -> Preferences 查看已有PyDev
  • Windows -> Preferences -> PyDev -> Interpreters -> Python Interpreters -> New
    • Name: Python
    • Location: python的安装地址(xxx/python.exe)
  • 点击OK保存,配置完毕,可以新建python项目啦!
0 0
原创粉丝点击