diff src/sat.sh @ 473:a11cde0cdf5b

misc: Make the shell launcher use the same python interpreter than setup.py.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 14 Apr 2012 13:53:55 +0200
parents ac568832a71a
children 952322b1d490
line wrap: on
line diff
--- a/src/sat.sh	Sat Apr 14 11:09:31 2012 +0200
+++ b/src/sat.sh	Sat Apr 14 13:53:55 2012 +0200
@@ -15,9 +15,10 @@
 fi
 
 NAME='sat'
+PYTHON='python'
 
 #We use python to parse config files
-eval `python<<PYTHONEND
+eval `"$PYTHON" << PYTHONEND
 from ConfigParser import SafeConfigParser
 from os.path import expanduser, join
 import sys