Unverified Commit c92f4d58 authored by Matthew Brett's avatar Matthew Brett Committed by GitHub
Browse files

Merge pull request #63 from hcho3/devel

Update URL for Python 2.x Miniconda
parents baac8444 6ce1698d
...@@ -10,7 +10,7 @@ function DownloadMiniconda ($python_version, $platform_suffix) { ...@@ -10,7 +10,7 @@ function DownloadMiniconda ($python_version, $platform_suffix) {
if ($python_version -gt "3") { if ($python_version -gt "3") {
$filename = "Miniconda3-latest-Windows-" + $platform_suffix + ".exe" $filename = "Miniconda3-latest-Windows-" + $platform_suffix + ".exe"
} else { } else {
$filename = "Miniconda-latest-Windows-" + $platform_suffix + ".exe" $filename = "Miniconda2-latest-Windows-" + $platform_suffix + ".exe"
} }
$url = $MINICONDA_URL + $filename $url = $MINICONDA_URL + $filename
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment