Skip to content

Commit

Permalink
Merge pull request #119 from ocefpaf/update_for_latest_conda
Browse files Browse the repository at this point in the history
libmamba is no longer experimental
  • Loading branch information
MathewBiddle authored Dec 9, 2022
2 parents 6ae57c0 + f704903 commit 784a8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterbook/content/ioos_installation_conda.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This make the faster mamba solver default in our installations.

```
conda install --name base conda-libmamba-solver --yes
conda config --set experimental_solver libmamba
conda config --set solver libmamba
```

If that worked you should see:
Expand Down

0 comments on commit 784a8c1

Please sign in to comment.