在eclipse中安装python方法步骤
1下载python的插件,在百度搜索eclipse python插件 下载,就相关版本,或者直接到python插件进行下载。
2下载完成之后,解压文件,把文件features内容复制到,eclipse的features下,把文件plugins内容复制到,eclipse的plugins下。
3启动eclipse
4在eclipse在菜单中点击【windows】》》preferences
5在preferences找到pydev》》interpreter-python
6在右上角点击new》》在interpreter name输入名称,在interpreter ececutable为时python.exe的路径,完成。