diff --git a/docker/windows/install_toolchain.ps1 b/docker/windows/install_toolchain.ps1 index 5c50e1b195..72f3a07984 100644 --- a/docker/windows/install_toolchain.ps1 +++ b/docker/windows/install_toolchain.ps1 @@ -13,7 +13,7 @@ Remove-Item C:\vs_buildtools.exe -Force Write-Host "Installing Python" Invoke-WebRequest -Uri $python_dl_url -OutFile C:\python3-installer.exe -Start-Process C:\python3-installer.exe -ArgumentList '/quiet InstallAllUsers=1 PrependPath=1' -Wait +Start-Process C:\python3-installer.exe -ArgumentList '/quiet InstallAllUsers=1 PrependPath=1 TargetDir=C:\Python37' -Wait Remove-Item C:\python3-installer.exe -Force Write-Host "Installing Git"