summary refs log tree commit diff stats
path: root/osx/launcher.sh
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2014-01-28 16:18:00 -0500
committerTingPing <tingping@tingping.se>2014-01-28 16:19:06 -0500
commit696407967305a24fbdf2b84b21a2e907f14d0089 (patch)
tree6565ba1dea00d4ce26f4b47a8c0c3f2ab30c8658 /osx/launcher.sh
parentc9818adfb14693bc031e21b90620d7447e93bd5b (diff)
osx: Fix bundled Python
Diffstat (limited to 'osx/launcher.sh')
-rwxr-xr-xosx/launcher.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/osx/launcher.sh b/osx/launcher.sh
index 05b70076..61fb0276 100755
--- a/osx/launcher.sh
+++ b/osx/launcher.sh
@@ -35,9 +35,9 @@ export GDK_PIXBUF_MODULE_FILE="$bundle_etc/gtk-2.0/gdk-pixbuf.loaders"
 export PANGO_LIBDIR="$bundle_lib"
 export PANGO_SYSCONFDIR="$bundle_etc"
 
-#export PYTHON="$bundle_contents/MacOS/python"
-#export PYTHONHOME="$bundle_res"
-#export PYTHONPATH="$bundle_lib/python2.7:$bundle_lib/python2.7/site-packages"
+export PYTHON="$bundle_contents/MacOS/python"
+export PYTHONHOME="$bundle_res"
+export PYTHONPATH="$bundle_lib/python2.7:$bundle_lib/python2.7/site-packages"
 
 export HEXCHAT_LIBDIR="$bundle_lib/hexchat/plugins"