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 6178598 commit cd4d837Copy full SHA for cd4d837
make/install_python.ps1
@@ -43,9 +43,9 @@ function DownloadExtractFsaverage () {
43
function DownloadMiniconda ($python_version, $platform_suffix) {
44
$webclient = New-Object System.Net.WebClient
45
if ($python_version -eq "3.4") {
46
- $filename = "Miniconda3-3.7.3-Windows-" + $platform_suffix + ".exe"
+ $filename = "Miniconda3-latest-Windows-" + $platform_suffix + ".exe"
47
} else {
48
- $filename = "Miniconda-3.7.3-Windows-" + $platform_suffix + ".exe"
+ $filename = "Miniconda-latest-Windows-" + $platform_suffix + ".exe"
49
}
50
$url = $MINICONDA_URL + $filename
51
0 commit comments