Unverified Commit 6ce1698d authored by Philip Cho's avatar Philip Cho Committed by GitHub
Browse files

Update URL for Python 2.x miniconda

The URL for Python 2.x miniconda has been changed to ``http://repo.continuum.io/miniconda/Miniconda2-latest-Windows-x86.exe``.
parent 1b97cd55
......@@ -10,7 +10,7 @@ function DownloadMiniconda ($python_version, $platform_suffix) {
if ($python_version -gt "3") {
$filename = "Miniconda3-latest-Windows-" + $platform_suffix + ".exe"
} else {
$filename = "Miniconda-latest-Windows-" + $platform_suffix + ".exe"
$filename = "Miniconda2-latest-Windows-" + $platform_suffix + ".exe"
}
$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