Conda vs Mamba comparision: Difference between revisions

From HPCWIKI
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:
{| class="wikitable"
#REDIRECT [[Conda vs Mamba comparison]]
|+
!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 />

Latest revision as of 13:07, 17 July 2026