Conda vs Mamba comparision: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{| class="wikitable" |+ !Type !Mamba !Conda !Notes |- |clone env |Export the contents of the existing environment to a YAML file. <code>micromamba env export -n oldenv > oldenv.yaml</code> Create a new environment from the YAML file. <code>micromamba env create -n newenv -f oldenv.yaml</code> |conda create --name CLONE_ENV_NAME --clone ENV_NAME | |- | | | | |- | | | | |} == References == <references />") |
(Phase 0.1: Fix typo + merge) Tags: New redirect Manual revert |
||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
#REDIRECT [[Conda vs Mamba comparison]] | |||
Latest revision as of 13:07, 17 July 2026
Redirect to: