From a1b3fa72902f80565970c5fe51277801fa62914a Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Thu, 1 Nov 2012 21:30:44 -0400 Subject: [PATCH] Added another script to setup the environment prior to run a given executable --- run_env.sh.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 run_env.sh.in diff --git a/run_env.sh.in b/run_env.sh.in new file mode 100644 index 0000000..969bf9c --- /dev/null +++ b/run_env.sh.in @@ -0,0 +1,6 @@ +#!/bin/sh + +PYTHONPATH=@PYTHONPATH@ +export PYTHONPATH + +$@