Changeset 641 for TI12-security/tags/rel0-1/python/ndgSetup.sh
- Timestamp:
- 21/02/06 11:21:38 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/tags/rel0-1/python/ndgSetup.sh
r498 r641 18 18 19 19 # NDG Installation directory 20 export NDG_DIR= /usr/local/NDG20 export NDG_DIR=<NDG location> 21 21 22 22 23 23 # NDG Custom Python installation 24 if [ ! `echo ${PATH} | grep "${NDG_DIR} /ActivePython-2.4/bin"` ]; then24 if [ ! `echo ${PATH} | grep "${NDG_DIR}<python location>"` ]; then 25 25 26 export PATH=${NDG_DIR} /ActivePython-2.4/bin:$PATH26 export PATH=${NDG_DIR}<python location>:$PATH 27 27 fi 28 28 29 29 # Globus Toolkit and MyProxy Server 30 export GLOBUS_LOCATION= ${NDG_DIR}/globus-4.0.131 export MYPROXY_SERVER= `/bin/hostname`30 export GLOBUS_LOCATION=<Globus location> 31 export MYPROXY_SERVER=<hostname> 32 32 33 33 if [ ! `echo ${PATH} | grep "${GLOBUS_LOCATION}/bin"` ]; then
Note: See TracChangeset
for help on using the changeset viewer.