next up previous contents_motif.gif
Next: 3.4.13 Listing of python Up: 3.4 Manual installation of Previous: 3.4.11 pcfitsIO


3.4.12 Path structure

In the following the entire path strucure setup in the system file .cshrc is shown as an example:

setenv PYTHONPATH ".:
        /opt/intel/compiler60/ia32/lib/:
        /usr/local/lib/python2.3:
        /usr/local/lib/python2.3/site-packages:
        /home/bertoldi/bin:
        /opt:
        /usr/lib"

setenv PYTHONSTARTUP /home/bertoldi/bin/pythonstartup.py
setenv MBFITSXML  ./MBFits.xml
setenv PGPLOT_DIR /usr/local/pgplot/
setenv PGPLOT_DEV '/XSERVE'
setenv CVSROOT :ext:openboa@glx-brazil.ias.u-psud.fr:/home/openboa/
setenv CVS_RSH ssh

if (-e /opt/intel/compiler60/ia32/bin/ifcvars.sh) then
  source /opt/intel/compiler60/ia32/bin/ifcvars.csh
endif

if ($?LD_LIBRARY_PATH) then
  setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:/lib:/usr/lib
    else
      setenv LD_LIBRARY_PATH /lib:/usr/lib
endif


Frank Bertoldi 2005-11-10