conda
Conda is an open-source package management system and environment management system that runs on Windows, macOS, and Linux. It is language-agnostic and focuses on managing software packages and their dependencies rather than being tied to a single language. Conda can install, run, and update packages from languages such as Python and R, using precompiled binaries to avoid local compilation.
As an environment manager, conda creates isolated environments containing a specific set of packages and their
Conda uses channels as sources of packages. The default channels are maintained by the Anaconda distribution,
Conda is distributed as part of the Anaconda distribution and also as Miniconda, a minimal installer that
---