标签:
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()
Ubuntu-Python2.7安装 scipy,numpy,matplotlib (转)
标签:
原文地址:http://www.cnblogs.com/dchipnau/p/5254144.html