osx: Fix bundled Python

This commit is contained in:
TingPing
2014-01-28 16:18:00 -05:00
parent c9818adfb1
commit 6964079673
3 changed files with 10 additions and 3 deletions

View File

@@ -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"