Added a simple helper to run python with GP libs
[gfxprim.git] / gp_run.sh
blob4c76693dca84b0176dbc56e98999591e1ff60384
1 #!/bin/sh
3 # Very simple script to run python, ipython and GP executables
5 BDIR=.
7 export LD_LIBRARY_PATH=$BDIR/build/
8 export PYTHONPATH=$BDIR/pylib/
10 exec "$@"