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的主要内容,如果未能解决你的问题,请参考以下文章

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

window scipy install

windows上安装numpy,scipy

Python 3.4 和 2.7:无法为 python 3.4 安装 numpy 包

Centos6.5安装 scipy sciki-learn 一堆报错

如何系统地学习Python 中 matplotlib,numpy,scipy,pandas