Changed linux script to use python, not python2.7
This commit is contained in:
parent
2cda64a2c9
commit
2296e475cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue