Skip to content

Commit c5a4f3b

Browse files
authored
Correct python version use for mac: 3.7 required
For ESMValTool use on mac, python 3.7 is required. Installation works fine on 3.8, however. The instructions are changed to reflect this.
1 parent e6ced81 commit c5a4f3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_episodes/02-installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ installed in it.
213213
> - Downloads fail due to company proxy, see [conda
214214
> docs](https://docs.anaconda.com/anaconda/user-guide/tasks/proxy/) how to
215215
> resolve
216-
> - On ``MacOSX``, installation may only work for ``esmvaltool-python`` and
217-
> ``esmvaltool-ncl`` with Python 3.7.
216+
> - On ``MacOSX``, ``esmvaltool-python`` and
217+
> ``esmvaltool-ncl`` only work with Python 3.7. Use `python=3.7` instead of `python=3.8` in the installation code above.
218218
>
219219
{: .callout}
220220

0 commit comments

Comments
 (0)