Searched refs:PythonInstallerPath (Results 1 – 4 of 4) sorted by relevance
25 $PythonInstallerPath = "C:\tools\$PythonInstaller.exe" in Install-Python() variable28 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() variable39 …& $PythonInstallerPath /passive InstallAllUsers=1 PrependPath=1 Include_test=0 TargetDir=$PythonIn… in Install-Python() variable
28 $PythonInstallerPath = "C:\tools\$PythonInstaller.exe" in Install-Python() variable31 Write-Host "Downloading the Python installer: $PythonInstallerUrl => $PythonInstallerPath" in Install-Python()32 Invoke-WebRequest -Uri $PythonInstallerUrl -OutFile $PythonInstallerPath in Install-Python()35 $HashFromDownload = Get-FileHash -Path $PythonInstallerPath -Algorithm MD5 in Install-Python()39 Write-Host "Python installer $PythonInstallerPath validated." in Install-Python() variable42 …& $PythonInstallerPath /passive InstallAllUsers=1 PrependPath=1 Include_test=0 TargetDir=$PythonIn… in Install-Python() variable