sudo apt-get install Python-scipy
sudo apt-get install python-numpy
sudo apt-get install python-matplotlib
python
import scipy
import numpy
import pylab
scipy.test()
numpy.test()
pylab.test()
转自http://blog.youkuaiyun.com/adream307/article/details/8564441