下载最迷你的eclipse
http://download.eclipse.org/eclipse/downloads,选择版本,找到 Platform Runtime Binary 部分,下载。
安装pydev
- install new software…
- https://dl.bintray.com/fabioz/pydev/7.1.0/,安装以下两项
PyDev for Eclipse 7.1.0.201902031515
PyDev for Eclipse Developer Resources 7.1.0.201902031515
配置解释器(python3运行环境)
windows->preferences->PyDev->Interpreter – Python,输入python3的路径即可,跟配置jdk一样。