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 55a4c8c commit c493b06Copy full SHA for c493b06
images/win/scripts/Installers/Install-Miniconda.ps1
@@ -7,7 +7,7 @@ $CondaDestination = "C:\Miniconda"
7
8
# Install the latest Miniconda
9
$InstallerName = "Miniconda3-latest-Windows-x86_64.exe"
10
-$InstallerUrl = "https://repo.continuum.io/miniconda/${InstallerName}"
+$InstallerUrl = "https://repo.anaconda.com/miniconda/${InstallerName}"
11
$ArgumentList = ("/S", "/AddToPath=0", "/RegisterPython=0", "/D=$CondaDestination")
12
13
Install-Binary -Url $InstallerUrl -Name $InstallerName -ArgumentList $ArgumentList
0 commit comments