Add support for mamba
See original GitHub issueHi folks,
It would be really nice to support mamba out of box with conda-devenv
Because, mamba
has a solver which is faster than the solver used by conda
, mamba
uses libsolv
which is the same used by some package managers on some Linux distributions such as OpenSuse, Red Hat, and Fedora.
I was wondering if we can use mamba directly when conda-devenv
detects if mamba
is installed in the base environment and we may add a flag to be able to disable this behaviour as well.
What do you think?
I am a bit busy these days but I may work on this if you agree with that. But if someone wants to tackle it, please go ahead! 😃
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Razer Mamba | RZ01-01360 Support
This article contains the User Guides, Manuals, and Documentation for Razer Mamba.
Read more >Welcome to Mamba's documentation! — documentation
Mamba is a fast, robust, and cross-platform package manager. ... and is fully compatible with conda packages and supports most of conda's commands....
Read more >mamba-org/mamba: The Fast Cross-Platform Package Manager
mamba. Build Status Join the Gitter Chat docs. mamba is a reimplementation of the conda package manager in C++. parallel downloading of repository...
Read more >MambaOMG-ENG.pdf - Online Master Guide
Free online technical support at www.razersupport.com. ... Insert the micro USB connector to the Razer Mamba and then insert the USB connector.
Read more >Mamba F405 MK2 Flight Controller — Rover documentation
An external barometer can be added, or operation with an alternate altitude sensor, such as GPS for ... The Mamba F405 MK2 supports...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
👍 from me as well.
This is truly a desired feature =) Auto detection with flag to force vanilla conda? yes.
We have been considering using mamba exactly for this speed up. I guess we just did not go for it because mamba is on the
0.X
version.