Ubuntu 12.04 STL安装numpy、scipy和matplotlib安装
一.获取、安装numpy和scipy:
1.安装git:
sudo apt-get install git
2.安装Python-dev 和easy_install
sudo apt-get install python-dev python-setuptools
sudo easy_install http://cheeseshop.python.org/packages/source/p/pyparsing/pyparsing-2.0.1.tar.gz
sudo apt-get install g++
4.安装libatlas-base-dev(科学计算库):
sudo apt-get install libatlas-base-dev
5.安装gfortran(fortran编译器):
sudo apt-get install gfortran
6.获取NumPy:
git clone git://github.com/numpy/numpy.git numpy
7.获取SciPy:
git clone git://github.com/scipy/scipy.git scipy
8.获取:matplotlib
sudo apt-get install python-matplotlib
9、获取:cython 0.17或以上版本
下载 http://cython.org/release/Cython-0.19.1.tar.gz
tar

这篇博客详细介绍了在Ubuntu 12.04系统下,如何通过命令行使用apt-get和easy_install来安装python的numpy, scipy和matplotlib库,包括了依赖库如python-dev、pyparsing、cython和libpng12-dev的安装步骤。"
79516164,7048911,深度优先搜索与宽度优先搜索算法详解,"['图论算法', '搜索算法', '数据结构', '算法应用']

5715

被折叠的 条评论
为什么被折叠?



