diff --git a/goma_auth b/goma_auth index ba6b907aa9..827af35565 100755 --- a/goma_auth +++ b/goma_auth @@ -11,4 +11,4 @@ MYPATH=$(dirname "${BASH_SOURCE[0]}") source "$MYPATH/cipd_bin_setup.sh" cipd_bin_setup &> /dev/null -PYTHONDONTWRITEBYTECODE=1 exec python "$MYPATH/.cipd_bin/goma_auth.py" "$@" +PYTHONDONTWRITEBYTECODE=1 exec python3 "$MYPATH/.cipd_bin/goma_auth.py" "$@" diff --git a/goma_auth.bat b/goma_auth.bat index 26dfe960b4..d92207c362 100644 --- a/goma_auth.bat +++ b/goma_auth.bat @@ -6,5 +6,5 @@ :: See revert instructions in cipd_manifest.txt @call "%~dp0\cipd_bin_setup.bat" > nul 2>&1 -@call python.bat %~dp0\.cipd_bin\goma_auth.py %* +@call %scriptdir%python-bin\python3.bat %~dp0\.cipd_bin\goma_auth.py %* exit /b diff --git a/goma_ctl b/goma_ctl index 5dd43e4a86..f4514ed498 100755 --- a/goma_ctl +++ b/goma_ctl @@ -11,4 +11,4 @@ MYPATH=$(dirname "${BASH_SOURCE[0]}") source "$MYPATH/cipd_bin_setup.sh" cipd_bin_setup &> /dev/null -PYTHONDONTWRITEBYTECODE=1 exec python "$MYPATH/.cipd_bin/goma_ctl.py" "$@" +PYTHONDONTWRITEBYTECODE=1 exec python3 "$MYPATH/.cipd_bin/goma_ctl.py" "$@" diff --git a/goma_ctl.bat b/goma_ctl.bat index 8f78190394..5036d902e2 100644 --- a/goma_ctl.bat +++ b/goma_ctl.bat @@ -6,5 +6,5 @@ :: See revert instructions in cipd_manifest.txt @call "%~dp0\cipd_bin_setup.bat" > nul 2>&1 -@call vpython.bat %~dp0\.cipd_bin\goma_ctl.py %* +@call %scriptdir%python-bin\python3.bat %~dp0\.cipd_bin\goma_ctl.py %* exit /b