docs: Document slight differences for environment export (#3697)

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
This commit is contained in:
Julien Jerphanion 2024-12-18 10:40:50 +01:00 committed by GitHub
parent 4cbb3f7de0
commit 26819b67f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -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