--- configure.orig 2022-05-22 22:28:22 UTC +++ configure @@ -4,7 +4,7 @@ set -e set -o pipefail if [ -z "$PYTHON_BIN_PATH" ]; then - PYTHON_BIN_PATH=$(which python3 || which python || true) + PYTHON_BIN_PATH=$(which %%PYTHON%% || which python || true) fi # Set all env variables