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 57903df commit a7316bfCopy full SHA for a7316bf
appveyor_install.ps1
@@ -53,7 +53,7 @@ function InstallPython ($python_version, $architecture, $python_home) {
53
$arch_suffix = @{"32"="";"64"=".amd64"}[$architecture]
54
$filename = "python-" + $python_version + $arch_suffix + ".msi"
55
}
56
- $url = $PYTHON_BASE_URL + $python_version + "/" + $filename
+ $url = $PYTHON_BASE_URL + $python_version + ".0/" + $filename
57
$filepath = Download $url $filename $DOWNLOADS
58
Write-Host "Installing" $filename "to" $python_home
59
if ($installer_exe) {
0 commit comments