Python笔记——Ubuntu下Pydev+Eclipse

1 安装 Eclipse

从Eclipse官网下载压缩包,解压到指定安装目录下

2 Pydev在Eclipse上的配置

(1)下载Pydev,并解压

(2) 将Pydev目录下的features和plugins两个文件夹至于目录eclipse/dropins下

(3)运行Eclipse,在window > preferences'的左侧菜单下看是否有PyDev,若有,则说明安装成功

(4)配置解释器。在Window > Preferences > Pydev > Interpreter – Python下选择右侧的Auto Config,在复选框里选择Python的路径并应用


参考:

http://pydev.org/manual_101_install.html

Pydev下载网址:

http://sourceforge.net/projects/pydev/

你可能感兴趣的:(eclipse,linux,python,配置,pydev)