Changes between Version 12 and Version 13 of DsxInstall


Ignore:
Timestamp:
Jan 23, 2010, 10:19:53 AM (14 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DsxInstall

    v12 v13  
    2323== Setup paths ==
    2424
    25 DSX only needs access to its python library. Setup your {{{PYTHONPATH}}} variable
    26 as needed, for instance:
     25DSX comes with a startup script, you can find it in `/path/to/dsx/bin/dsx_env.sh`. You must source
     26it with either `DSX_DIR` set up as appropriate:
    2727
    2828{{{
    29 $ export PYTHONPATH=$DSX_DIR/lib/python
     29export DSX_DIR=/path/to/dsx
     30source ${DSX_DIR}/bin/dsx_env.sh
    3031}}}
     32
     33You may put these commands in you shell startup script.
    3134
    3235== Testing ==