mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-05 16:20:38 +08:00
Changed linux script to use python, not python2.7
This commit is contained in:
parent
2cda64a2c9
commit
2296e475cb
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user