Conda vs Mamba comparision
Jump to navigation
Jump to search
Type | Mamba | Conda | Notes |
---|---|---|---|
clone env | Export the contents of the existing environment to a YAML file.
Create a new environment from the YAML file.
|
conda create --name CLONE_ENV_NAME --clone ENV_NAME | |