chiark / gitweb /
Changed linux script to use python, not python2.7
authordaid <daid303@gmail.com>
Fri, 16 Mar 2012 16:10:56 +0000 (17:10 +0100)
committerdaid <daid303@gmail.com>
Fri, 16 Mar 2012 16:10:56 +0000 (17:10 +0100)
scripts/linux/skeinpypy.sh

index 6fa98b86ecca24bc417a13b1f0b3a5fc7a2fa5a2..6393f3941c6e8b088b98fd15ee5198866bcf5120 100755 (executable)
@@ -20,5 +20,5 @@ if [ $? != 0 ]; then
 fi
 
 SCRIPT_DIR=`dirname $0`
-python2.7 ${SCRIPT_DIR}/SkeinPyPy/skeinpypy.py
+python ${SCRIPT_DIR}/SkeinPyPy/skeinpypy.py