Changed linux script to use python, not python2.7

master
daid 2012-03-16 17:10:56 +01:00
parent 2cda64a2c9
commit 2296e475cb
1 changed files with 1 additions and 1 deletions

View File

@ -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