您的位置:首页 > 编程语言 > Python开发

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

2013-12-27 19:55 896 查看
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()
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: