Changes between Version 20 and Version 21 of ASAPSourceInstall
- Timestamp:
- 08/29/06 14:40:33 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ASAPSourceInstall
v20 v21 67 67 This will install the asap startup script in $PREFIX/bin and the python code on $ASAPPY/asap. To run you private version of asap you will need to set the PYTHONPATH environment variable to $ASAPPY/asap. To simplify your life it is recommended you edit $PREFIX/asap and add the lines (changed appropriately) near the beginning of the script: 68 68 {{{ 69 PYTHONPATH='/home/me/python /asap'69 PYTHONPATH='/home/me/python' 70 70 export PYTHONPATH 71 71 }}}