Linux 安装 python IDE

参考:http://blog.sina.com.cn/s/blog_4c451e0e01013419.html

http://blog.csdn.net/voidcc/article/details/25834331

http://www.cnblogs.com/Realh/archive/2010/10/10/1847251.html

 

我的操作系统信息:

Ubuntu 12.04

查看操作系统版本:

cat /etc/issue

 

1.安装eclipse,默认版本3.7

sudo apt-install eclipse

启动报错:根据应用商店的信息,直接输入:

ln -s /usr/lib/jni/libswt-* ~/.swt/lib/linux/x86

注意后面也可能是x86_64,如果你是64位操作系统

2.安装PyDev,eclipse的python插件

启动eclipse

点击help

点击Install New Software,弹出install页面

点击add,弹出Add Repository窗口,输入:

  Name: PyDev

  Location: http://pydev.org/updates

在下面勾选Dydev,

注意,如果默认选择这个最新版本,会报错,所以在下面去掉第一个选项的勾,only show the last versions of。。。)

选择相应的版本,别选3.X。亲测2.8有效,不会报错

posted @ 2014-05-31 22:21  kcrosswind  阅读(1588)  评论(0编辑  收藏  举报