Home
last modified time | relevance | path

Searched refs:PythonInstallerPath (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/helper_scripts/
Dinstall_python_interpreters.ps124 $PythonInstallerPath = "C:\tools\$PythonInstaller.exe" in Install-Python() variable
27 Write-Host "Downloading the Python installer: $PythonInstallerUrl => $PythonInstallerPath" in Install-Python()
28 Invoke-WebRequest -Uri $PythonInstallerUrl -OutFile $PythonInstallerPath in Install-Python()
31 $HashFromDownload = Get-FileHash -Path $PythonInstallerPath -Algorithm MD5 in Install-Python()
35 Write-Host "Python installer $PythonInstallerPath validated." in Install-Python() variable
38 …& $PythonInstallerPath /passive InstallAllUsers=1 PrependPath=1 Include_test=0 TargetDir=$PythonIn… in Install-Python() variable
/external/cronet/third_party/protobuf/kokoro/release/python/windows/
Dinstall_python_interpreters.ps125 $PythonInstallerPath = "C:\tools\$PythonInstaller.exe" in Install-Python() variable
28 Write-Host "Downloading the Python installer: $PythonInstallerUrl => $PythonInstallerPath" in Install-Python()
29 Invoke-WebRequest -Uri $PythonInstallerUrl -OutFile $PythonInstallerPath in Install-Python()
32 $HashFromDownload = Get-FileHash -Path $PythonInstallerPath -Algorithm MD5 in Install-Python()
36 Write-Host "Python installer $PythonInstallerPath validated." in Install-Python() variable
39 …& $PythonInstallerPath /passive InstallAllUsers=1 PrependPath=1 Include_test=0 TargetDir=$PythonIn… in Install-Python() variable
/external/protobuf/kokoro/release/python/windows/
Dinstall_python_interpreters.ps125 $PythonInstallerPath = "C:\tools\$PythonInstaller.exe" in Install-Python() variable
28 Write-Host "Downloading the Python installer: $PythonInstallerUrl => $PythonInstallerPath" in Install-Python()
29 Invoke-WebRequest -Uri $PythonInstallerUrl -OutFile $PythonInstallerPath in Install-Python()
32 $HashFromDownload = Get-FileHash -Path $PythonInstallerPath -Algorithm MD5 in Install-Python()
36 Write-Host "Python installer $PythonInstallerPath validated." in Install-Python() variable
39 …& $PythonInstallerPath /passive InstallAllUsers=1 PrependPath=1 Include_test=0 TargetDir=$PythonIn… in Install-Python() variable