ubuntu下安装numpy,scipy,matplotlib

安装numpy
sudo apt-get install python-numpy

安装scipy
sudo apt-get install python-scipy

安装matplotlib
step1、sudo apt-get install python-matplotlib (会顺便安装一些其他的依赖库)
step2、sudo pip install matplotlib