From e11f63181782c35ec2bb5b606a79165f6d372450 Mon Sep 17 00:00:00 2001 From: Valerio Mariani <valerio.mariani@unibas.ch> Date: Thu, 2 Aug 2012 15:01:44 +0200 Subject: [PATCH] Added pythonpath setting for new location of the ost module --- scripts/ost_config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ost_config.in b/scripts/ost_config.in index 5894bdb12..fe0d9e841 100644 --- a/scripts/ost_config.in +++ b/scripts/ost_config.in @@ -30,9 +30,9 @@ export PATH="$DNG_BINDIR:${PATH}" export DYLD_FRAMEWORK_PATH="$DNG_LIBDIR:${DYLD_FRAMEWORK_PATH}" export DYLD_LIBRARY_PATH="$DNG_LIBDIR:${DYLD_LIBRARY_PATH}" export LD_LIBRARY_PATH="$DNG_LIBDIR:${LD_LIBRARY_PATH}" -# set QT_PLUGIN_PATH and PYTHONPATH for bundle (commented except in linux bundles) +export PYTHONPATH="$DNG_ROOT/@LIBDIR@/python@PYTHON_VERSION@/site-packages/:$OST_ADDITIONAL_PYTHONPATH" +# set QT_PLUGIN_PATH for bundle (commented except in linux bundles) #export QT_PLUGIN_PATH="$BIN_DIR/plugins" -#export PYTHONPATH="$DNG_ROOT/@LIBDIR@/python@PYTHON_VERSION@:$OST_ADDITIONAL_PYTHONPATH" # retrieve absolute path to python executable pyexec="@PYTHON_BINARY@" -- GitLab