This is an old revision of the document!
.profile
source .bashrc
.bashrc :
export PATH=$HOME/bin:$PATH #gcc module add gcc/4.7.2 export LD_LIBRARY_PATH=/opt/gridware/users/nag/lib:$LD_LIBRARY_PATH:/usr/local/lib # Python 2.6.5 on /opt/gridware export PATH=/opt/gridware/python2.6.5/bin:$PATH export LD_LIBRARY_PATH=/opt/gridware/python2.6.5/lib/:$LD_LIBRARY_PATH
Thats it. The /opt/gridware python comes with nose, ipython, and numpy. However numpy is a little broken :
$ ipython $ import numpy $ numpy.test()