From 9bf3fd7646e1ec484af05059110986265cd63a3e Mon Sep 17 00:00:00 2001 From: Leonardo de Moura Date: Wed, 3 Oct 2012 18:11:56 -0700 Subject: [PATCH] Added missing files Signed-off-by: Leonardo de Moura --- python/exec-linux.sh | 2 ++ python/exec-osx.sh | 2 ++ python/run-linux.sh | 2 ++ python/run-osx.sh | 2 ++ python/run.sh | 2 ++ 5 files changed, 10 insertions(+) create mode 100644 python/exec-linux.sh create mode 100644 python/exec-osx.sh create mode 100644 python/run-linux.sh create mode 100644 python/run-osx.sh create mode 100644 python/run.sh 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