Skip to content

Commit 00850a7

Browse files
authored
condensed installation fix instructions
1 parent c5a4f3b commit 00850a7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

_episodes/02-installation.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,18 +203,19 @@ installed in it.
203203
> the moment, please try again later or [raise an
204204
> issue](https://github.com/ESMValGroup/ESMValTool/issues/new/choose)
205205
> - If `Solving environment` takes more than 10 minutes, you may need to update
206-
> conda: `conda update -n base conda`. Another fix can be to specify
206+
> conda: `conda update -n base conda`
207+
> - You can help conda solve the environment by specifying
207208
> the python version:
208209
> ```bash
209210
> conda create -n esmvaltool -c conda-forge -c esmvalgroup esmvaltool-python python=3.8
210211
> ```
212+
> - Note that on ``MacOSX``, ``esmvaltool-python`` and
213+
> ``esmvaltool-ncl`` only work with Python 3.7. Use `python=3.7` instead of `python=3.8`.
211214
> - If you have an old conda installation you could get a `UnsatisfiableError`
212215
> message. Please install a newer version of conda and try again
213216
> - Downloads fail due to company proxy, see [conda
214217
> docs](https://docs.anaconda.com/anaconda/user-guide/tasks/proxy/) how to
215-
> resolve
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.
218+
> resolve.
218219
>
219220
{: .callout}
220221

0 commit comments

Comments
 (0)