Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions _episodes/02-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Installation"
teaching: 10
exercises: 10
compatibility: ESMValTool v2.12.0
compatibility: ESMValTool v2.13.0
questions:
- "What are the prerequisites for installing ESMValTool?"
- "How do I confirm that the installation was successful?"
Expand Down Expand Up @@ -74,13 +74,13 @@ To install mamba on ``Linux`` or ``MacOSX``, follow the instructions below:
On ``Linux``:

```bash
bash Mambaforge-Linux-x86_64.sh
bash Miniforge3-Linux-x86_64.sh
```

On ``MacOSX``:

```bash
bash Mambaforge-MacOSX-x86_64.sh
bash Miniforge3-MacOSX-x86_64.sh
```

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

```bash
conda activate esmvaltool
mamba activate esmvaltool
```

to activate the conda environment called `esmvaltool`. In the shell prompt the
Expand Down Expand Up @@ -183,13 +183,13 @@ to display the command line help.
> > {: .bash}
> > The version of ESMValTool installed should be displayed on the screen as:
> > ~~~
> > ESMValCore: 2.12.0
> > ESMValTool: 2.12.0
> > ESMValCore: 2.13.0
> > ESMValTool: 2.13.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.12.0.dev71+g2c60b4d97`
> `ESMValTool: 2.14.0.dev17+g3505bfed2`
> {: .solution}
{: .challenge}

Expand Down