Conda is a cross-platform, Python-agnostic binary package manager by Continuum.
IMPORTANT: Starting version 4.31.1.2 package will be using same installation approach as parent Anaconda packages. By default, this installation:
- will not add miniconda python to path,
- will register miniconda python at default python3
- will install for all users
- will install in your
$ToolsDir\miniconda3 ($ToolsDir is the path returned by Get-ToolsLocation) default is C:\Tools\
You can provide parameters for the install, per docs at https://conda.io/docs/user-guide/install/windows.html. Example: choco install miniconda3 --params="'/AddToPath:1'"
- /InstallationType:[AllUsers|JustMe]
- /AddToPath:[0|1]
- /RegisterPython:[0|1]
- /D:(installation path)