We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e95f8b commit 6c14618Copy full SHA for 6c14618
utils/build.ps1
@@ -1307,7 +1307,7 @@ function Get-Dependencies {
1307
$GetPipURL = "https://bootstrap.pypa.io/get-pip.py"
1308
$GetPipPath = "$BinaryCache/$FileName/get-pip.py"
1309
$WebClient.DownloadFile($GetPipURL, $GetPipPath)
1310
- & "$BinaryCache/$FileName/python.exe" $GetPipPath
+ Invoke-Program -Silent "$(Get-PythonExecutable)" $GetPipPath
1311
}
1312
1313
function Install-PIPIfNeeded {
0 commit comments