diff options
| author | Suren A. Chilingaryan <csa@suren.me> | 2016-02-23 08:18:40 +0100 |
|---|---|---|
| committer | Suren A. Chilingaryan <csa@suren.me> | 2016-02-23 08:18:40 +0100 |
| commit | 3f3b678b15eef0d102a021e07c8476b45e52940a (patch) | |
| tree | 3447dda18e8ce6d62e685c632288bbe39bfdbd26 /run | |
| parent | dbef1e0271da298a0cbdc951dda84b7f150bbad0 (diff) | |
Add run script to run python scripts and binary executables in the local environment
Diffstat (limited to 'run')
| -rwxr-xr-x | run | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#! /bin/bash + +APP_PATH=`dirname $0` + +PYTHONPATH="$APP_PATH/pywrap:$PYTHONPATH" PCILIB_MODEL_DIR="$APP_PATH/xml" LD_LIBRARY_PATH="$APP_PATH/pcilib" $* |
