Changeset 10939
- Timestamp:
- 11/28/11 15:26:22 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/startup.py
r10148 r10939 2 2 # STARTUP - Python startup script 3 3 # 4 # startup.py is a script run by python at the beginning of a session, just before 5 # handing over the prompt to the user if the environment variable PYTHONSTARTUP is defined: 4 # startup.py is a script run by python at the beginning of a session, just 5 # before handing over the prompt to the user if the environment variable 6 # PYTHONSTARTUP is defined: 6 7 # export PYTHONSTARTUP=$ISSM_TIER/startup.py 7 8 # This startup script should be run by users before trying to use ISSM.
Note:
See TracChangeset
for help on using the changeset viewer.