Changes between Version 22 and Version 23 of ASAPSourceInstall
- Timestamp:
- 09/06/06 09:28:06 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ASAPSourceInstall
v22 v23 42 42 your machine. 43 43 44 Now it's probably best to get the asap data repository. 45 {{{ 46 export ASAPDATA=. 47 ./bin/asap_update_data 48 unset ASAPDATA 49 }}} 50 44 51 Install it to the default location: 45 52 {{{ … … 59 66 }}} 60 67 61 If you not have root access to the machine you are installing on (or do not want to install asap in the default location, then you needs to pass the "prefix" and "moduledir" options to scons. Try something like:62 {{{63 setenv PREFIX /home/me/mydir64 setenv ASAPPY /home/me/python65 scons prefix=$PREFIX moduledir=$ASAPPY66 asap_update_data67 }}}68 69 68 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: 70 69 {{{