diff --git a/bin/python-interceptor.sh b/bin/python-interceptor.sh index 7ce196556..12cc72f68 100755 --- a/bin/python-interceptor.sh +++ b/bin/python-interceptor.sh @@ -34,9 +34,9 @@ case $1 in ARGS+=("--format=safemake.py") fi - exec python "${ARGS[@]}" + exec python2 "${ARGS[@]}" ;; *) - exec python "$@" + exec python2 "$@" ;; esac