Skip to content

Commit 22db26a

Browse files
authored
Merge pull request #386 from ESMValGroup/update_installation_v2.13.0
Update "Installation" chapter for compatibility with v2.13
2 parents 99a38b4 + 108cedb commit 22db26a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

_episodes/02-installation.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Installation"
33
teaching: 10
44
exercises: 10
5-
compatibility: ESMValTool v2.12.0
5+
compatibility: ESMValTool v2.13.0
66
questions:
77
- "What are the prerequisites for installing ESMValTool?"
88
- "How do I confirm that the installation was successful?"
@@ -74,13 +74,13 @@ To install mamba on ``Linux`` or ``MacOSX``, follow the instructions below:
7474
On ``Linux``:
7575

7676
```bash
77-
bash Mambaforge-Linux-x86_64.sh
77+
bash Miniforge3-Linux-x86_64.sh
7878
```
7979

8080
On ``MacOSX``:
8181

8282
```bash
83-
bash Mambaforge-MacOSX-x86_64.sh
83+
bash Miniforge3-MacOSX-x86_64.sh
8484
```
8585

8686
3. Follow the instructions in the installer. The defaults should normally
@@ -152,7 +152,7 @@ installed in it.
152152
To test that the installation was successful, run
153153

154154
```bash
155-
conda activate esmvaltool
155+
mamba activate esmvaltool
156156
```
157157

158158
to activate the conda environment called `esmvaltool`. In the shell prompt the
@@ -183,13 +183,13 @@ to display the command line help.
183183
> > {: .bash}
184184
> > The version of ESMValTool installed should be displayed on the screen as:
185185
> > ~~~
186-
> > ESMValCore: 2.12.0
187-
> > ESMValTool: 2.12.0
186+
> > ESMValCore: 2.13.0
187+
> > ESMValTool: 2.13.0
188188
> > ~~~
189189
> > {: .output}
190190
> Note that on HPC servers such as JASMIN, sometimes a more recent development
191191
> version may be displayed for ESMValTool, for e.g.
192-
> `ESMValTool: 2.12.0.dev71+g2c60b4d97`
192+
> `ESMValTool: 2.14.0.dev17+g3505bfed2`
193193
> {: .solution}
194194
{: .challenge}
195195

0 commit comments

Comments
 (0)