Index: /issm/trunk-jpl/scripts/py_to_pyc.sh
===================================================================
--- /issm/trunk-jpl/scripts/py_to_pyc.sh	(revision 27633)
+++ /issm/trunk-jpl/scripts/py_to_pyc.sh	(revision 27634)
@@ -14,5 +14,5 @@
 
 echo "Compiling Python source files"
-python -m compileall -q ${TARGET} > ${COMPILE_LOG}
+python3 -m compileall -q ${TARGET} > ${COMPILE_LOG}
 
 if [ -s ${COMPILE_LOG} ]; then
