Install Python 2.7.5

Then install setuptools, pip in a local directory.

Use pip to install to local directory in the following manner.

pip install --install-option="--prefix=$HOME" numpy

Install numpy.

Then use instructions here to setup blas and lapack, then install scipy with pip.