From 7933dd9055cea0e4bab46e0be7e17a8f7dd95e61 Mon Sep 17 00:00:00 2001 From: john Date: Sat, 5 May 2012 15:53:56 +0200 Subject: [PATCH] Force python 2.6 on install (compatibility with 2.7 is an issue in virtualenv) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index add0ca7..e97812b 100755 --- a/install.sh +++ b/install.sh @@ -8,6 +8,6 @@ then fi echo "installing theory prerequisites and Python virtual environment to $SELF/env/" -python go-pylons.py --no-site-packages "$SELF/env/" && +python2.6 go-pylons.py --no-site-packages "$SELF/env/" && "$SELF/env/bin/easy_install" python-mpd