Changes between Version 11 and Version 12 of DsxInstall
- Timestamp:
- Jan 23, 2010, 10:15:30 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DsxInstall
v11 v12 21 21 See DsxConfig 22 22 23 == Setup paths == 24 25 DSX only needs access to its python library. Setup your {{{PYTHONPATH}}} variable 26 as needed, for instance: 27 28 {{{ 29 $ export PYTHONPATH=$DSX_DIR/lib/python 30 }}} 31 23 32 == Testing == 24 33