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 for `scipy`
{{{ lang=bash
sudo apt-get install python-setuptools liblapack-dev libblas-dev
}}}
# Use `easy_install` to install `scipy` and other required python libraries
{{{ lang=bash
sudo easy_install numpy scipy
}}}


Posted

in

,

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *