Changeset 10943
- Timestamp:
- 11/28/11 16:41:02 (13 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
-
Property svn:mergeinfo
set to
/issm/trunk-jpl merged eligible
-
Property svn:mergeinfo
set to
-
issm/trunk/startup.py
r10148 r10943 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.