This package browser is in early development. Mind the rough edges.

conda

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.

Installation

Install the latest version of conda as follows:

guix install conda

Or install a particular version:

guix install conda@22.9.0

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.

Badge code

You can use the following badge to inform users of conda about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/conda'><img src='https://packages.guix.gnu.org/packages/conda/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/conda/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/conda)

Example Org:

[[https://packages.guix.gnu.org/packages/conda][https://packages.guix.gnu.org/packages/conda/badges/latest-version.svg]]