Skip to content

Commit

Permalink
docs: Document slight differences for environment export
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
  • Loading branch information
jjerphan committed Dec 17, 2024
1 parent 4cbb3f7 commit b84f618
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ It can significantly reduce your CI setup time by:

While `mamba` and `micromamba` are generally a drop-in replacement for `conda` there are some differences:

- mamba and micromamba do no support revisions (for discussions, see https://github.com/mamba-org/mamba/issues/803)
- `mamba` and `micromamba` do no support revisions (for discussions, see https://github.com/mamba-org/mamba/issues/803)
- `mamba` and `micromamba` normalize `MatchSpec` strings to the simplest form, whereas `conda` use a more verbose form
This can lead to slight differences in the output of `conda env export` and `mamba env export`.

## Development installation

Expand Down

0 comments on commit b84f618

Please sign in to comment.