mirror of https://github.com/mamba-org/mamba.git
docs: Document slight differences for environment export (#3697)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
This commit is contained in:
parent
4cbb3f7de0
commit
26819b67f8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue