summaryrefslogtreecommitdiff
path: root/pyuno/zipcore
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/zipcore')
-rw-r--r--pyuno/zipcore/python.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/pyuno/zipcore/python.sh b/pyuno/zipcore/python.sh
index 41a31102e..f679a1a2f 100644
--- a/pyuno/zipcore/python.sh
+++ b/pyuno/zipcore/python.sh
@@ -122,8 +122,11 @@ case $sd_platform in
;;
esac
-export PYTHONPATH="$sd_prog":"$sd_prog/python-core/lib":"$sd_prog/python-core/lib/lib-dynload":"$PYTHONPATH"
-export PYTHONHOME="$sd_prog"/python-core
+PYTHONPATH="$sd_prog":"$sd_prog/python-core/lib":"$sd_prog/python-core/lib/lib-dynload":"$sd_prog/python-core/lib/lib-tk":"$PYTHONPATH"
+export PYTHONPATH
+
+PYTHONHOME="$sd_prog"/python-core
+export PYTHONHOME
# set path so that other apps can be started from soffice just by name
PATH="$sd_prog":$PATH