summaryrefslogtreecommitdiff
path: root/py/run.sh
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2016-05-20 22:09:35 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2016-05-23 09:43:27 +0300
commit6d13ebbb8b9854713a5597df71a12f8dd9a36c34 (patch)
tree874148f1f3be655df557e01ecefe03570b0dbe47 /py/run.sh
parentd37da4a303ab2760103ef8302cb1778f8860f16f (diff)
Use pybind11 instead of SWIG
Diffstat (limited to 'py/run.sh')
-rwxr-xr-xpy/run.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/py/run.sh b/py/run.sh
new file mode 100755
index 0000000..f0ead78
--- /dev/null
+++ b/py/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+PYTHONPATH=build/py/ python3 $*
+