Ubuntu-Python安装 scipy,numpy,matplotlib

来源:互联网 发布:json数组增加元素 编辑:程序博客网 时间:2024/06/14 05:43

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

原创粉丝点击