Changeset 643
- Timestamp:
- 21/02/06 11:44:12 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/tags/rel0-2/python/ndgSetup.sh
r506 r643 18 18 19 19 # NDG Installation directory 20 export NDG_DIR= /usr/local/NDG20 export NDG_DIR=<NDG location> 21 21 22 22 … … 30 30 31 31 # NDG Custom Python installation 32 if [ ! `echo ${PATH} | grep "${NDG_DIR}/ ActivePython-2.4/bin"` ]; then32 if [ ! `echo ${PATH} | grep "${NDG_DIR}/<python location>"` ]; then 33 33 34 export PATH=${NDG_DIR}/ ActivePython-2.4/bin:$PATH34 export PATH=${NDG_DIR}/<python location>:$PATH 35 35 fi 36 36 37 37 # Globus Toolkit and MyProxy Server 38 export GLOBUS_LOCATION= ${NDG_DIR}/globus-4.0.138 export GLOBUS_LOCATION=<Globus location> 39 39 export GPT_LOCATION=${GLOBUS_LOCATION} 40 40 … … 54 54 55 55 56 # MySQL57 if [ ! `echo ${PATH} | grep " /usr/local/mysql/bin"` ]; then56 # Database settings 57 if [ ! `echo ${PATH} | grep "<database location>"` ]; then 58 58 59 export PATH= /usr/local/mysql/bin:$PATH59 export PATH=<database location>:$PATH 60 60 fi
Note: See TracChangeset
for help on using the changeset viewer.