From 2f5edafe968ad3c83a3ed9602fc6c5803b534107 Mon Sep 17 00:00:00 2001 From: Ken Odegard Date: Thu, 12 Oct 2023 11:51:17 -0500 Subject: [PATCH] Apply suggestions from code review --- blog/2023-07-05-conda-libmamba-solver-rollout.mdx | 2 +- blog/2023-10-12-september-releases.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/blog/2023-07-05-conda-libmamba-solver-rollout.mdx b/blog/2023-07-05-conda-libmamba-solver-rollout.mdx index 6422415c..853ed097 100644 --- a/blog/2023-07-05-conda-libmamba-solver-rollout.mdx +++ b/blog/2023-07-05-conda-libmamba-solver-rollout.mdx @@ -12,7 +12,7 @@ Over a year ago, the conda team at Anaconda, together with conda developers at Q :::info Update -The default solver change for conda will be occurring in a __special 23.10.0 release__ (not in 23.9.0). See the special announcement [here](https://github.com/conda/conda/blob/main/CHANGELOG.md#2390-2023-09-27) +The default solver change for conda will be occurring in a __special 23.10.0 release__ (not in 23.9.0). See the special announcement [here](https://github.com/conda/conda/blob/main/CHANGELOG.md#2390-2023-09-27). ::: diff --git a/blog/2023-10-12-september-releases.md b/blog/2023-10-12-september-releases.md index 1576ccd6..2d82034e 100644 --- a/blog/2023-10-12-september-releases.md +++ b/blog/2023-10-12-september-releases.md @@ -18,7 +18,11 @@ conda install -n base conda=23.9.0 ### 📢 Special Announcement 📢 -> Conda's default solver will change to [`conda-libmamba-solver`](https://conda.github.io/conda-libmamba-solver/) in a __special 23.10.0 release__ in the near future! +:::info + +Conda's default solver will change to [`conda-libmamba-solver`](https://conda.github.io/conda-libmamba-solver/) in a __special 23.10.0 release__ in the near future! + +::: You can already benefit from it _today_ by [configuring your conda installation to use it](https://conda.github.io/conda-libmamba-solver/getting-started/#usage) (e.g. by running `conda config --set solver libmamba`).