Created
June 2, 2011 21:19
-
-
Save mastbaum/1005364 to your computer and use it in GitHub Desktop.
csh environment for r400-r500ish
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setenv PATH /usr/local/gcc44:/usr/local/scons-1.2.0/build/scripts:${PATH} | |
source /proj/common/sw/geant4/9.3.p01/env.csh > /dev/null | |
setenv ROOTSYS /proj/common/sw/root/5.26.00b | |
setenv PATH /proj/common/sw/root/5.26.00b/bin:${PATH} | |
if ( ${?LD_LIBRARY_PATH} ) then | |
setenv LD_LIBRARY_PATH /proj/common/sw/clhep/2.0.4.5/lib:/proj/common/sw/root/5.26.00b/lib:${LD_LIBRARY_PATH} | |
else | |
setenv LD_LIBRARY_PATH /proj/common/sw/clhep/2.0.4.5/lib:/proj/common/sw/root/5.26.00b/lib | |
endif | |
if ( ${?DYLD_LIBRARY_PATH} ) then | |
setenv DYLD_LIBRARY_PATH /proj/common/sw/clhep/2.0.4.5/lib:/proj/common/sw/root/5.26.00b/lib:${DYLD_LIBRARY_PATH} | |
else | |
setenv DYLD_LIBRARY_PATH /proj/common/sw/clhep/2.0.4.5/lib:/proj/common/sw/root/5.26.00b/lib | |
endif | |
if ( ${?PYTHONPATH} ) then | |
setenv PYTHONPATH /proj/common/sw/root/5.26.00b/lib:${PYTHONPATH} | |
else | |
setenv PYTHONPATH /proj/common/sw/root/5.26.00b/lib | |
endif | |
source /proj/snoplus/sw/sasquatch/[PATH TO YOUR RAT INSTALLATION]/rat/env.csh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment