conda 25.9.1
Cross-platform, OS-agnostic, system-level binary package manager
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.
- Outputs:
out - Website: https://github.com/conda/conda
- Licenses: Modified BSD
- Package source: gnu/packages/package-management.scm
- Builds: See build status
- Issues: See known issues
Installation
Install conda 25.9.1 as follows:
guix install conda@25.9.1
Or install the latest version:
guix install conda
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.