diff --git a/python/exec-linux.sh b/python/exec-linux.sh new file mode 100644 index 000000000..6a775a767 --- /dev/null +++ b/python/exec-linux.sh @@ -0,0 +1,2 @@ +export PYTHONPATH=../../python:$PYTHONPATH +python example.py \ No newline at end of file diff --git a/python/exec-osx.sh b/python/exec-osx.sh new file mode 100644 index 000000000..c32d0884f --- /dev/null +++ b/python/exec-osx.sh @@ -0,0 +1,2 @@ +export PYTHONPATH=../../python:$PYTHONPATH +python example.py diff --git a/python/run-linux.sh b/python/run-linux.sh new file mode 100644 index 000000000..dc0e24d2c --- /dev/null +++ b/python/run-linux.sh @@ -0,0 +1,2 @@ +export LD_LIBRARY_PATH=. +python example.py diff --git a/python/run-osx.sh b/python/run-osx.sh new file mode 100644 index 000000000..dc0e24d2c --- /dev/null +++ b/python/run-osx.sh @@ -0,0 +1,2 @@ +export LD_LIBRARY_PATH=. +python example.py diff --git a/python/run.sh b/python/run.sh new file mode 100644 index 000000000..dc0e24d2c --- /dev/null +++ b/python/run.sh @@ -0,0 +1,2 @@ +export LD_LIBRARY_PATH=. +python example.py