Changeset 12161 for issm/trunk-jpl/etc/environment.csh
- Timestamp:
- 05/01/12 07:54:24 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/etc/environment.csh
r12055 r12161 1 #ISSM_ TIER and ISSM_ARCH should have been defined already in your shell settings file (.bashrc, .cshrc, etc ...)2 source $ISSM_ TIER/etc/environment_variables.csh1 #ISSM_DIR and ISSM_ARCH should have been defined already in your shell settings file (.bashrc, .cshrc, etc ...) 2 source $ISSM_DIR/etc/environment_variables.csh 3 3 4 4 #Do we have any command line arguments? (such as MATLAB_DIR=otherdirthandefault), source them before exporting the variables … … 10 10 11 11 #CRON utilities 12 setenv PATH {$PATH}:{$ISSM_ TIER}/cron12 setenv PATH {$PATH}:{$ISSM_DIR}/cron 13 13 14 14 #SCRIPTS utilities 15 setenv PATH {$PATH}:{$ISSM_ TIER}/scripts15 setenv PATH {$PATH}:{$ISSM_DIR}/scripts 16 16 17 17 #MATLAB
Note:
See TracChangeset
for help on using the changeset viewer.