From f704903f031e79b968284423a135fb92792d0d48 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Fri, 9 Dec 2022 11:54:39 -0300 Subject: [PATCH] libmamba is no longer experimental --- jupyterbook/content/ioos_installation_conda.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterbook/content/ioos_installation_conda.md b/jupyterbook/content/ioos_installation_conda.md index e6aeec99..caab0f85 100644 --- a/jupyterbook/content/ioos_installation_conda.md +++ b/jupyterbook/content/ioos_installation_conda.md @@ -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: