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

Posted adream307

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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()

以上是关于Ubuntu-Python2.7安装 scipy,numpy,matplotlib的主要内容,如果未能解决你的问题,请参考以下文章