Skip to main content

mamba - faster solver for conda

Nemo ZhangLess than 1 minutepythonconda

mamba - faster solver for conda

mamba is a CLI tool for managing environments. Compared to conda's management of packages and environments, mamba enables parallel operations, and rewrites some of the components of conda in C++, which improves the running efficiency significantly, allows parallel downloads, and uses libsolv in the management tool to solve environment dependency problems faster.

Installation (fresh)

Refer to this guideopen in new window.

Last update: