Linux
1、软件中心里搜索python 3,安装idle python 3
2、启动Eclipse,点击help,点击Install new software,在work with框内填入http://pydev.org/updates,安装依赖项
直接去下载包也可以,直接复制到eclipse目录内
3、新建pydev项目,点击Click here to configure an interpreter not listed
4、点击new,value选择/usr/bin/python3.2目录,选择依赖项,哦了
Mac
1、www.python.org下载python3安装包mac版的
2、打开文件一路默认安装,因为是系统级的中间要求输入用户密码
3、启动Eclipse,点击help,点击Install new software,在work with框内填入http://pydev.org/updates,安装依赖项
直接去下载包也可以,直接复制到eclipse目录内
4、新建pydev项目,点击Click here to configure an interpreter not listed
5、点击new,value选项输入/usr/local/bin/python3即可
实际目录是/Library/Frameworks/Python.framework/Versions/3.2/lib/