In: python
15 十二 2009Installing with the update site 利用eclipse的更新方法安装pydev 使用Eclipse Update Manager(更新管理)安装 Pydev和 Pydev扩展, 我们安装好的eclipse上面可以选择菜单Help > Install New Software… menu (注意:旧版本的eclipse我们选择菜单是 ‘Find and Install’). 下一步,添加 update site(s)(更新站点) 你可以选择下面更新站点.(建议使用:http://pydev.org/updates) 可用更新站点 Mirrors: http://pydev.sourceforge.net/updates http://pydev.org/updates Nightly builds: http://pydev.org/nightly 输入完更新站点, 会出来一个框让你输入这个软件名字,完成后,自动会从网上得到下面信息,就是两个软件包选择,这里我们把两个软件包都安装 然后选择 ‘Next(下一步)’ 最后,选择 accept, 然后点击 ‘Finish’. 就在此时, Eclipse会自动从网上下载最新版本安装,安装完后会提示你 restart(重启) (然后我们选择yes).完成安装
In: ubuntu
1 一 2007安装eclipse+phpeclipse $sudo tar xvfz eclipse-SDK-3.1.2-linux-gtk.tar.gz -C /opt cd /usr/share/applications/ $gedit eclipse-user.desktop [Desktop Entry] Comment=Java IDE Name=Eclipse Exec=/opt/eclipse/eclipse Encoding=UTF-8 Terminal=false Type=Application Categories=Application;Development; Icon=/opt/eclipse/icon.xpm help->software update->find and install -> intall a new feather The PHPeclipse update site for the latest (unstable) CVS version is now available here: http://phpeclipse.sourceforge.net/update/cvs The PHPeclipse update site for the (old) releases [...]
最近评论