Skip to content

Commit

Permalink
mamba solver section
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Nov 22, 2022
1 parent 825789e commit c21ab1b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions jupyterbook/content/ioos_installation_conda.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ bash Miniforge-$(uname)-$(uname -m).sh
and use all the default options,
except for the license agreement where you must actively change it to `yes`.

## Add mamba solver

The first thing we will do is to install the mamba solver and add it to our `.condarc`.
This make the faster mamba solver default in our installations.

Expand All @@ -53,6 +55,23 @@ conda install --name base conda-libmamba-solver --yes
conda config --set experimental_solver libmamba
```

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!
***
```

For more info see: [https://github.com/conda/conda-libmamba-solver](https://github.com/conda/conda-libmamba-solver).

## Create the IOOS conda environment
Expand Down

0 comments on commit c21ab1b

Please sign in to comment.