Changes between Version 22 and Version 23 of ASAPSourceInstall


Ignore:
Timestamp:
09/06/06 09:28:06 (18 years ago)
Author:
Malte Marquarding
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ASAPSourceInstall

    v22 v23  
    4242  your machine.
    4343
     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
    4451  Install it to the default location:
    4552{{{
     
    5966}}}
    6067
    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/mydir
    64   setenv ASAPPY /home/me/python
    65   scons prefix=$PREFIX moduledir=$ASAPPY
    66   asap_update_data
    67 }}}
    68 
    6968This 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:
    7069{{{