Changeset 25836 for issm/trunk/scripts/devpath.py
- Timestamp:
- 12/08/20 08:45:53 (4 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
-
issm/trunk/scripts/devpath.py
r24686 r25836 2 2 3 3 # NOTE: This script is a stripped-down version of 4 # $ISSM_DIR/src/m/dev/devpath.py and is intended only for loading ISSM in 5 # order to test our distributable packages. It assumes the following is 6 # set before $ISSM_DIR/test/NightlyRun/runme.py is called, 4 # $ISSM_DIR/src/m/dev/devpath.py and is intended only for loading ISSM in 5 # order to test our distributable packages. It assumes the following is 6 # set before $ISSM_DIR/test/NightlyRun/runme.py is called, 7 7 # 8 8 # export ISSM_DIR=</path/to/ISSM> 9 # export PATH="${PATH}:${ISSM_DIR}/bin"9 # export PATH="${PATH}:${ISSM_DIR}/bin:${ISSM_DIR}/scripts" 10 10 # export PYTHONPATH="${ISSM_DIR}/scripts" 11 11 # export PYTHONSTARTUP="${PYTHONPATH}/devpath.py"
Note:
See TracChangeset
for help on using the changeset viewer.