From: daid Date: Fri, 16 Mar 2012 16:10:56 +0000 (+0100) Subject: Changed linux script to use python, not python2.7 X-Git-Tag: RC1~67 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=2296e475cbf663a5d0f479466f24760724eec251;p=cura.git Changed linux script to use python, not python2.7 --- 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