User Tools

Site Tools


howto:python:start

This is an old revision of the document!


Python

.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()

Installing packages

/app/dokuwiki/data/attic/howto/python/start.1358411336.txt.gz · Last modified: 2021/12/09 16:42 (external edit)