Hi! I noticed this extension does not work with micromamba.
My workflow consists of defining alias conda=micromamba and suits almost all my needs.
After looking at manager.py I noticed that the output of micromamba info --json is quite different than the expected one (a lot of different and missing keys).
So my questions are:
- Is there a known workaround to make this extension work with
micromamba?
- Should I write a patch for this?
Thanks
Hi! I noticed this extension does not work with
micromamba.My workflow consists of defining
alias conda=micromambaand suits almost all my needs.After looking at
manager.pyI noticed that the output ofmicromamba info --jsonis quite different than the expected one (a lot of different and missing keys).So my questions are:
micromamba?Thanks