default to python3

This commit is contained in:
Dave Cunningham 2021-12-21 13:06:57 +00:00
parent 6fdbe3d728
commit bd9f76165f

View File

@ -2,7 +2,7 @@
set -e set -e
PYTHON_COMMAND=${PYTHON_COMMAND:=python} PYTHON_COMMAND=${PYTHON_COMMAND:=python3}
JSONNET_CPP_DIR=${JSONNET_CPP_DIR:=$PWD/cpp-jsonnet} JSONNET_CPP_DIR=${JSONNET_CPP_DIR:=$PWD/cpp-jsonnet}
set -x set -x