ioos / ioos_code_lab

Notebook demonstrations and examples

Home Page:https://ioos.github.io/ioos_code_lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where does the user add mamba solver?

MathewBiddle opened this issue · comments

https://ioos.github.io/ioos_code_lab/content/ioos_installation_conda.html

After downloading Miniforge3, it's not clear how to do the next step. We need to add "Open Miniforge Prompt". On Windows it can be done from Start -> Miniforge3 -> Miniforge Prompt

The first thing we will do is to install the mamba solver and add it to our `.condarc`.

Also, this doesn't appear anymore

If that worked you should see:
```
***
NOTE: You are using the EXPERIMENTAL libmamba solver integration.
If something is not working as expected, please:
1. Go to https://github.com/conda/conda/issues/new/choose
2. Choose the "Libmamba Solver Feedback (Experimental Feature)" option
Thank you for your help!
***
```

image

commented

libmamba should be the default solver now. I guess we can just remove any references to it from the instructions.