migrating from miniconda or anaconda to mambaforge #435
Replies: 4 comments 4 replies
-
The underlying problem is that the transition from "anaconda's channels" to "conda-forge's channel" is REALLY painful. Fundamentally, trying to "update base" from using anaconda channels to conda-forge is almost surely "going to fail if you have anything other than conda installed in base". In my experience, with the vanilla command:
mostly fails. This "uninstallation" is really hard to articulate. Basically, Mambaforge installs mamba in the base environment, but all the packages start "from conda-forge" so there is "update" path. What does |
Beta Was this translation helpful? Give feedback.
-
Typically "uninstalling" anaconda means just removing everything under the anaconda directory. That willremove all your environments.... not fun unless you took meticulous notes. Can you "reactivate" your anaconda install and provide the same output for |
Beta Was this translation helpful? Give feedback.
-
if years back, you installed and have already installed I have some old environments that are still installed in It is the transition from anaconda -> conda-forge that can be painful in 2023. |
Beta Was this translation helpful? Give feedback.
-
For 1, you can use |
Beta Was this translation helpful? Give feedback.
-
I've been using mamba installed in my base environment for a few years (and tell everyone about it because it is so fast!) and recently noted that this method is not recommended. As a result, I'm wondering a few things:
Thanks for your insights!
EDITS: edited to add links to the replies addressing each question, since GitHub won't let me select more than one post as the "answer".
Beta Was this translation helpful? Give feedback.
All reactions