Ubuntu-Python2.7安装 scipy,numpy,matplotlib

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.csdn.net/adream307/article/details/8564441

猜你喜欢

转载自blog.csdn.net/u011508640/article/details/52808677