ubuntu下安装numpy,scipy,matplotlib
- Python
- 2015-06-29
- 133热度
- 0评论
安装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