Changes between Version 20 and Version 21 of ASAPSourceInstall


Ignore:
Timestamp:
08/29/06 14:40:33 (18 years ago)
Author:
Malte Marquarding
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ASAPSourceInstall

    v20 v21  
    6767This 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:
    6868{{{
    69   PYTHONPATH='/home/me/python/asap'
     69  PYTHONPATH='/home/me/python'
    7070  export PYTHONPATH
    7171}}}