Skip to content

Commit 3909dad

Browse files
fixing issues #276,#296,#297
1 parent 190bdeb commit 3909dad

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

_episodes/03-configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ and then modify it if needed:
6060
nano ~/.esmvaltool/config-user.yml
6161
~~~
6262

63+
Any other editor can be used, e.g.vim.
64+
6365
This file contains the information for:
6466

6567
- Output settings

_episodes/04-recipe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ esmvaltool run --config_file ./config-user.yml examples/recipe_python.yml
4949
If everything is okay, you should see that ESMValTool is printing a lot of
5050
output to the command line. The final message should be "Run was successful".
5151
The exact output varies depending on your machine, but it should look something
52-
like the example output below.
52+
like the example log output on terminal below.
5353

5454
{% include example_output.txt %}
5555

_episodes/07-development-setup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ nothing to commit, working tree clean
111111

112112
### 2 ESMValTool dependencies
113113

114+
Please don’t forget if an esmvaltool environment is already created following the lesson [Installation]({{ page.root }}{% link _episodes/02-installation.md %})., we should choose another name for the new environment in this lesson.
115+
114116
ESMValTool now uses `mamba` instead of `conda` for the recommended installation.
115117
For a minimal mamba installation, see section **Install Mamba** in lesson
116118
[Installation]({{ page.root }}{% link _episodes/02-installation.md %}).

0 commit comments

Comments
 (0)