Changes between Version 12 and Version 13 of DsxInstall
- Timestamp:
- Jan 23, 2010, 10:19:53 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DsxInstall
v12 v13 23 23 == Setup paths == 24 24 25 DSX only needs access to its python library. Setup your {{{PYTHONPATH}}} variable26 as needed, for instance:25 DSX comes with a startup script, you can find it in `/path/to/dsx/bin/dsx_env.sh`. You must source 26 it with either `DSX_DIR` set up as appropriate: 27 27 28 28 {{{ 29 $ export PYTHONPATH=$DSX_DIR/lib/python 29 export DSX_DIR=/path/to/dsx 30 source ${DSX_DIR}/bin/dsx_env.sh 30 31 }}} 32 33 You may put these commands in you shell startup script. 31 34 32 35 == Testing ==