Home > Software > Development > Python > Miniconda (Python 3)
Details
- Package ID
- miniconda3
- Version
- 4.7.12.1
- Downloads
- 125426
- Website
- http://conda.pydata.org/miniconda.html
Summary
Conda is a cross-platform, Python-agnostic binary package manager. It is the package manager used by Anaconda installations, but it may be used for other systems as well. Conda makes environments first-class citizens, making it easy to create independent environments even for C libraries. Conda is written entirely in Python, and is BSD licensed open source.
Description
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 its sibling Anaconda package. 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 byGet-ToolsLocation
) default isC:\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)