Update Miniconda version on Windows from 4.6.14 to latest
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
- NPM 6.14.6
|
- NPM 6.14.6
|
||||||
- Yarn 1.22.4
|
- Yarn 1.22.4
|
||||||
- pip 20.2.2 (python 3.7)
|
- pip 20.2.2 (python 3.7)
|
||||||
- Miniconda 4.6.14
|
- Miniconda 4.8.3
|
||||||
- RubyGems 3.1.4
|
- RubyGems 3.1.4
|
||||||
- Helm 3.3.0
|
- Helm 3.3.0
|
||||||
- Composer 1.10.10
|
- Composer 1.10.10
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
- NPM 6.14.6
|
- NPM 6.14.6
|
||||||
- Yarn 1.22.4
|
- Yarn 1.22.4
|
||||||
- pip 20.2.2 (python 3.7)
|
- pip 20.2.2 (python 3.7)
|
||||||
- Miniconda 4.6.14
|
- Miniconda 4.8.3
|
||||||
- RubyGems 3.1.4
|
- RubyGems 3.1.4
|
||||||
- Helm 3.3.0
|
- Helm 3.3.0
|
||||||
- Composer 1.10.10
|
- Composer 1.10.10
|
||||||
|
|||||||
@@ -7,10 +7,8 @@ Import-Module -Name ImageHelpers -Force
|
|||||||
|
|
||||||
$CondaDestination = "C:\Miniconda"
|
$CondaDestination = "C:\Miniconda"
|
||||||
|
|
||||||
# Lock to Miniconda 4.6 until we do the work to run `conda init` for the vsts user
|
# Install the latest Miniconda
|
||||||
# Then we can go back to installing the latest Miniconda
|
$InstallerName = "Miniconda3-latest-Windows-x86_64.exe"
|
||||||
# $url = "https://repo.continuum.io/miniconda/Miniconda3-latest-Windows-x86_64.exe"
|
|
||||||
$InstallerName = "Miniconda3-4.6.14-Windows-x86_64.exe"
|
|
||||||
$InstallerUrl = "https://repo.continuum.io/miniconda/${InstallerName}"
|
$InstallerUrl = "https://repo.continuum.io/miniconda/${InstallerName}"
|
||||||
$ArgumentList = ("/S", "/AddToPath=0", "/RegisterPython=0", "/D=$CondaDestination")
|
$ArgumentList = ("/S", "/AddToPath=0", "/RegisterPython=0", "/D=$CondaDestination")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user