From 3f3b678b15eef0d102a021e07c8476b45e52940a Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 23 Feb 2016 08:18:40 +0100 Subject: Add run script to run python scripts and binary executables in the local environment --- run | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 run (limited to 'run') diff --git a/run b/run new file mode 100755 index 0000000..42160f2 --- /dev/null +++ b/run @@ -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" $* -- cgit v1.2.3