Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Continuing to install by hand to provide compiler flag to force correct fortran compiler, depending on what blas and lapack are linked against (try ldd /usr/lib/libblas.so). See SciPy's INSTALL.txt file for more information.
Download scipy-0.10.1.tar.gz from http://www.scipy.org/ and save to /afs/slac.stanford.edu/g/glast/ground/GLAST_EXT/redhat6-i686-64bit-gcc44/python if it doesn't already exist.
Extract scipy-0.10.1.tar.gz
Change directory to scipy-0.10.1
Execute python setup.py config_fc --fcompiler=gnu95 install 
Leave and erase scipy-0.10.1
Test by starting up python and doing:
import scipy
scipy.test()

iPython - 0.10.2
pip install ipython
Run the iptest located in python's bin directory.

pywcsgrid2

Download from https://github.com/leejjoon/pywcsgrid2/downloads
Extract
cd
python setup.py install

We do not distribute IPython any long due to ongoing issues with hard-coded paths associated with IPython.  Instead, we manually create the tar.gz file and copy it over to u35, then install IPython for use at SLAC in the GLAST_EXT copy.

iPython - 0.13

pip install ipython
Run the iptest located in python's bin directory.

2.7.1

Adding in the following modules:

...

  1. pip install ipython
  2. Run the iptest located in python's bin directory.

pywcsgrid2

  1. Download from https://github.com/leejjoon/pywcsgrid2/downloads
  2. Extract
  3. cd
  4. python setup.py install

...