最近学习机器学习,用python。需要安装numpy scipy matplotlib 三个包。
我的环境为ubuntu14.04 server 64bit, python2.7.
找到了此环境下可行的最简单的方法,如下:
sudo apt-get install python-scipy
sudo apt-get install python-numpy
sudo apt-get install python-matplotlib
验证一下:
安装成功!
稍后我会总结下在ubuntu14.04 python3.4下以及win10 python2和python3下的安装方法。
Ubuntu下安装numpy and matplotlib:http://www.linuxdiyf.com/linux/15623.html
Python:Ubuntu安装numpyscipymatplotlib:http://www.linuxdiyf.com/linux/14266.html
在Uubuntu 14.04 64bit上搭建NumPy函数库环境:http://www.linuxdiyf.com/linux/13985.html
在Ubuntu 14.04 64bit上安装numpy和matplotlib库:http://www.linuxdiyf.com/linux/13984.html
Python下科学计算包numpy和SciPy的安装:http://www.linuxdiyf.com/linux/2717.html