You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
From what I can see in your code, the conda command is hard-coded. Could this be made configurable so that a user could switch to mamba? The CLI remains compatible, so conda-managershould continue to work as is.
The text was updated successfully, but these errors were encountered:
Unfortunately, this project has been unmaintained for the past 5 years, and I'm not sure its actively used anymore. We eventually hope to integrate similar functionality in Spyder, perhaps with Spyder 6, and so long as mamba is API-compatible, Spyder could potentially prefer mamba if it is present on the PATH or otherwise easily accessible. But that's still pretty hypothetical at this point, since we're still working on the final release and early stabilization of Spyder 5.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With mamba, there is now a much faster drop-in-replacement for
conda
. There is now also a flavor of miniforge with mamba as the default package manager.From what I can see in your code, the
conda
command is hard-coded. Could this be made configurable so that a user could switch tomamba
? The CLI remains compatible, soconda-manager
should continue to work as is.The text was updated successfully, but these errors were encountered: