Saturday, December 15, 2012

Install scipy for Ubuntu 12.04


Download from git
https://github.com/scipy/scipy

1. Install fortran compiler. e.g. gfortran.
2. Install blas, lapack (search libblas, liblapack on the Ubuntu Software Center)

3. $ python setup.py install --prefix=$MYDIR ($MYDIR can be /usr/local)


No comments:

Post a Comment