Changeset 27634


Ignore:
Timestamp:
03/07/23 00:35:47 (2 years ago)
Author:
jdquinn
Message:

CHG: Need to call python3 executable explicitly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/scripts/py_to_pyc.sh

    r25762 r27634  
    1414
    1515echo "Compiling Python source files"
    16 python -m compileall -q ${TARGET} > ${COMPILE_LOG}
     16python3 -m compileall -q ${TARGET} > ${COMPILE_LOG}
    1717
    1818if [ -s ${COMPILE_LOG} ]; then
Note: See TracChangeset for help on using the changeset viewer.