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

来源:互联网 发布:app看漫画软件 编辑:程序博客网 时间:2024/05/17 23:13

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()
0 0