Changed linux script to use python, not python2.7

This commit is contained in:
daid 2012-03-16 17:10:56 +01:00
parent 2cda64a2c9
commit 2296e475cb

View File

@ -20,5 +20,5 @@ if [ $? != 0 ]; then
fi fi
SCRIPT_DIR=`dirname $0` SCRIPT_DIR=`dirname $0`
python2.7 ${SCRIPT_DIR}/SkeinPyPy/skeinpypy.py python ${SCRIPT_DIR}/SkeinPyPy/skeinpypy.py