一:安装ECLipse
Eclipse官网下载软件tar包:http://www.eclipse.org/downloads/
使用解压命令:
sudo tar xzvf xxxxx.tar.gz -c /opt/
创建快捷方式到桌面。
二:安装python-Numpy,Matplotlib,SciPy
sudo apt-get install python-scipy
sudo apt-get install python-numpy
sudo apt-get install python-matplotlib
三:依照安装配置win下面PyDev的方式配置PyDev
四:检测安装
import SVM as svm
success!
Ubuntu下整合eclipse pydev和virtualenv进行开发:http://www.linuxdiyf.com/linux/16031.html
Eclipse Python插件PyDev的安装:http://www.linuxdiyf.com/linux/3345.html
Python+Eclipse+Pydev环境搭建:http://www.linuxdiyf.com/linux/1444.html