From 050bd3a8e16d00f2cb52e75b24b3ef648c10d5de Mon Sep 17 00:00:00 2001 From: Lisa Bock Date: Wed, 1 Apr 2026 14:21:54 +0200 Subject: [PATCH 1/2] update episode 2 --- _episodes/02-installation.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/_episodes/02-installation.md b/_episodes/02-installation.md index 04c9cd2f..5e8070c9 100644 --- a/_episodes/02-installation.md +++ b/_episodes/02-installation.md @@ -2,7 +2,7 @@ title: "Installation" teaching: 10 exercises: 10 -compatibility: ESMValTool v2.13.0 +compatibility: ESMValTool v2.14.0 questions: - "What are the prerequisites for installing ESMValTool?" - "How do I confirm that the installation was successful?" @@ -67,7 +67,8 @@ ESMValTool is distributed using [Mamba](https://mamba.readthedocs.io/en/latest/i To install mamba on ``Linux`` or ``MacOSX``, follow the instructions below: 1. Please download the installation file for the latest Mamba version -[here](https://github.com/conda-forge/miniforge#mambaforge). +for Linux [here](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh) +or for MacOSX [here](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-MacOSX-x86_64.sh). 2. Next, run the installer from the place where you downloaded it: @@ -88,10 +89,10 @@ To install mamba on ``Linux`` or ``MacOSX``, follow the instructions below: 4. You will need to restart your terminal for the changes to have effect. -5. We recommend updating mamba before the esmvaltool installation. To do so, run: +5. We recommend updating mamba and conda before the esmvaltool installation. To do so, run: ```bash - mamba update --name base mamba + mamba update --name base mamba conda ``` 6. Verify you have a working mamba installation by: @@ -100,7 +101,7 @@ To install mamba on ``Linux`` or ``MacOSX``, follow the instructions below: which mamba ``` - This should show the path to your mamba executable, e.g. `~/mambaforge/bin/mamba`. + This should show the path to your mamba executable, e.g. `~/miniforge3/bin/mamba`. For more information about installing mamba, see [the mamba installation documentation](https://docs.esmvaltool.org/en @@ -183,13 +184,13 @@ to display the command line help. > > {: .bash} > > The version of ESMValTool installed should be displayed on the screen as: > > ~~~ -> > ESMValCore: 2.13.0 -> > ESMValTool: 2.13.0 +> > ESMValCore: 2.14.0 +> > ESMValTool: 2.14.0 > > ~~~ > > {: .output} > Note that on HPC servers such as JASMIN, sometimes a more recent development > version may be displayed for ESMValTool, for e.g. -> `ESMValTool: 2.14.0.dev17+g3505bfed2` +> `ESMValTool: 2.15.0.dev4+g74d7837f0` > {: .solution} {: .challenge} From 3dbae5be1572632c7ba70d814640faa0cbc7112a Mon Sep 17 00:00:00 2001 From: Lisa Bock Date: Thu, 2 Apr 2026 12:33:30 +0200 Subject: [PATCH 2/2] small fixes --- _episodes/02-installation.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/_episodes/02-installation.md b/_episodes/02-installation.md index 5e8070c9..effd2b31 100644 --- a/_episodes/02-installation.md +++ b/_episodes/02-installation.md @@ -67,8 +67,12 @@ ESMValTool is distributed using [Mamba](https://mamba.readthedocs.io/en/latest/i To install mamba on ``Linux`` or ``MacOSX``, follow the instructions below: 1. Please download the installation file for the latest Mamba version -for Linux [here](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh) -or for MacOSX [here](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-MacOSX-x86_64.sh). +for Linux +[here](https://github.com/conda-forge/miniforge/releases/latest/download/ +Miniforge3-Linux-x86_64.sh) +or for MacOSX +[here](https://github.com/conda-forge/miniforge/releases/latest/download/ +Miniforge3-MacOSX-x86_64.sh). 2. Next, run the installer from the place where you downloaded it: