Eclipse+Pydev插件安装搭建Python开发环境 

由于Pycharm 需要进行**,一线屌丝无法pay for it ,只能用eclipse


当然,第一步,还是需要先安装Python .参考博客:Python安装


2.第二步: 安装python 插件


启动Eclipse, 点击Help->Install New Software...   在弹出的对话框中,点Add 按钮。  Name中填:Pydev,  Location中填http://pydev.org/updates

Eclipse+Pydev插件安装搭建Python开发环境 没有配置好,会报错Project interpreter not specified


Loation 输入:http://pydev.org/updates
Eclipse+Pydev插件安装搭建Python开发环境 没有配置好,会报错Project interpreter not specified


点击Next:

Eclipse+Pydev插件安装搭建Python开发环境 没有配置好,会报错Project interpreter not specified


之后一步一步Next即可。


最重要的是配置Pydev:
操作如下:

在Eclipse菜单栏中,点击Windows ->Preferences.   

在对话框中,点击pyDev->Interpreter - Python.  点击New按钮, 选择python.exe的路径, 打开后显示出一个包含很多复选框的窗口. 点OK

Eclipse+Pydev插件安装搭建Python开发环境 没有配置好,会报错Project interpreter not specified

如果你安装Python 时环境变量已经配置好了,只要点击Quick Auto-Config 就 可以:  最后要点击Apply , 最后OK 
Eclipse+Pydev插件安装搭建Python开发环境 没有配置好,会报错Project interpreter not specified




相关文章:

  • 2021-11-08
  • 2021-09-17
  • 2021-12-21
  • 2021-09-05
  • 2021-07-19
  • 2021-08-03
  • 2021-08-03
  • 2021-11-06
猜你喜欢
  • 2021-08-30
  • 2022-12-23
  • 2021-07-15
  • 2022-12-23
相关资源
相似解决方案