diff options
Diffstat (limited to 'src/python/test-env.sh')
-rw-r--r-- | src/python/test-env.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/python/test-env.sh b/src/python/test-env.sh new file mode 100644 index 0000000..fc3f6cb --- /dev/null +++ b/src/python/test-env.sh @@ -0,0 +1,9 @@ + +PYTHONPATH=.libs:$PYTHONPATH + +# Ensure that the libixion shared library built as part of the current build +# is discovered first. +LD_LIBRARY_PATH=../libixion/.libs:$LD_LIBRARY_PATH + +export PYTHONPATH LD_LIBRARY_PATH + |