From 2296e475cbf663a5d0f479466f24760724eec251 Mon Sep 17 00:00:00 2001 From: daid Date: Fri, 16 Mar 2012 17:10:56 +0100 Subject: [PATCH] Changed linux script to use python, not python2.7 --- scripts/linux/skeinpypy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/linux/skeinpypy.sh b/scripts/linux/skeinpypy.sh index 6fa98b86..6393f394 100755 --- a/scripts/linux/skeinpypy.sh +++ b/scripts/linux/skeinpypy.sh @@ -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 -- 2.30.2