Install scipy for python 2.7 in Ubuntu
Surprisingly the scipy
package was not as straightforward of an installation as most Python modules; this tutorial will walk you through that process.
- The first step is to download
easy_install
, and the libraries required forscipy
sudo apt-get install python-setuptools liblapack-dev libblas-dev
- Use
easy_install
to installscipy
and other required python librariessudo easy_install numpy scipy