summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDon Anderson <dda@mongodb.com>2017-09-27 22:34:32 -0400
committerMichael Cahill <michael.cahill@mongodb.com>2017-09-28 12:34:32 +1000
commitaa3858de7cefb9c5431c1b41079e0ec8cbfee36f (patch)
tree0903e9be5eba6a5d29944c0f4d00c69049d398bf /lang
parent76a615dd87f10671d038730592e144e8c79899b6 (diff)
downloadmongo-aa3858de7cefb9c5431c1b41079e0ec8cbfee36f.tar.gz
WT-3595 Make sure the Python example gets the right _wiredtiger.so (#3679)
Diffstat (limited to 'lang')
-rwxr-xr-xlang/python/run-ex_access2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/run-ex_access b/lang/python/run-ex_access
index a6f8348e9fd..8e3f09b9cfe 100755
--- a/lang/python/run-ex_access
+++ b/lang/python/run-ex_access
@@ -2,4 +2,4 @@
rm -rf WT_TEST ; mkdir WT_TEST
-exec env LD_LIBRARY_PATH=../../.libs DYLD_LIBRARY_PATH=../../.libs PYTHONPATH=.:${srcdir} python ${srcdir}/../../examples/python/ex_access.py
+exec env LD_LIBRARY_PATH=../../.libs DYLD_LIBRARY_PATH=../../.libs PYTHONPATH=.:${srcdir} python -S ${srcdir}/../../examples/python/ex_access.py