Added another script to setup the environment prior to run a given executable

This commit is contained in:
Guilhem Lavaux 2012-11-01 21:30:44 -04:00
parent 25f2244d49
commit a1b3fa7290

6
run_env.sh.in Normal file
View file

@ -0,0 +1,6 @@
#!/bin/sh
PYTHONPATH=@PYTHONPATH@
export PYTHONPATH
$@