130 | | If using a locally-built !SasView, you need to add ''drive:\some_folder\sasview'' to your PYTHONPATH environment variable, or use \sasmodels\compare.sh which will do so for you. If you don't have PYTHONPATH, use the ''User'' PATH variable instead. |
| 130 | If using a locally-built !SasView, you need to add ''drive:\some_folder\sasview'' to your PYTHONPATH environment variable, ''or'' add ''drive:\some_folder'' to your ''User'' PATH environment variable and edit \sasmodels\compare.sh so that the global ''SASVIEW'' points to ''some_folder'': |
| 131 | |
| 132 | {{{ |
| 133 | SASVIEW=(../some_folder/build/lib.*) |
| 134 | }}} |