[jhbuild] Update examples/jhbuild-session for python 2.7 (GNOME bug 679375)
- From: Craig Keogh <cskeogh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] Update examples/jhbuild-session for python 2.7 (GNOME bug 679375)
- Date: Mon, 9 Jul 2012 12:53:31 +0000 (UTC)
commit 774a96712e945bfe9a9c90fa6f5128329d601f80
Author: Craig Keogh <cskeogh adam com au>
Date: Mon Jul 9 22:22:19 2012 +0930
Update examples/jhbuild-session for python 2.7 (GNOME bug 679375)
examples/jhbuild-session | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/examples/jhbuild-session b/examples/jhbuild-session
index c40c56f..11c0f27 100755
--- a/examples/jhbuild-session
+++ b/examples/jhbuild-session
@@ -4,7 +4,7 @@ GNOME=/opt/gnome
PATH=${GNOME}/bin:${GNOME}/sbin:${PATH}
LD_LIBRARY_PATH=${GNOME}/lib:${LD_LIBRARY_PATH}
-PYTHONPATH=${GNOME}/lib/python2.6/site-packages:/usr/lib/python2.6/site-packages
+PYTHONPATH=${GNOME}/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages
PKG_CONFIG_PATH=${GNOME}/lib/pkgconfig:${GNOME}/share/pkgconfig:/usr/lib/pkgconfig
XDG_DATA_DIRS=${GNOME}/share:/usr/share
XDG_CONFIG_DIRS=${GNOME}/etc/xdg
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]