@@ -95,6 +95,8 @@ To install mamba on ``Linux`` or ``MacOSX``, follow the instructions below:
9595 which mamba
9696 ` ` `
9797
98+ This should show the path to your mamba executeable, e.g. ` ~/mambaforge/bin/mamba` .
99+
98100For more information about installing mamba,
99101see [the mamba installation documentation](https://docs.esmvaltool.org/en/latest/quickstart/installation.html#mamba-installation).
100102
@@ -215,23 +217,8 @@ installed in it.
215217
216218> ## Common issues
217219>
218- > - Installation takes a long time
219- > - Downloads and compilations can take several minutes to complete,
220- > please be patient.
221- > - You might have bad luck and the dependencies can not be resolved at
222- > the moment, please try again later or [raise an
223- > issue](https://github.com/ESMValGroup/ESMValTool/issues/new/choose)
224- > - If `Solving environment` takes more than 10 minutes, you may need to update
225- > mamba: `mamba update -n base mamba`
226- > - You can help mamba solve the environment by specifying
227- > the python version:
228- > ```bash
229- > mamba create -n esmvaltool esmvaltool python=3.8
230- > ```
231- > - Note that on ``MacOSX``, ``esmvaltool-python`` and
232- > ``esmvaltool-ncl`` only work with Python 3.7. Use `python=3.7` instead of `python=3.8`.
233- > - If you have an old mamba installation you could get a `UnsatisfiableError`
234- > message. Please install a newer version of mamba and try again
220+ > You find a list of common installation problems and their solutions in the
221+ > [documentation](https://docs.esmvaltool.org/en/latest/quickstart/installation.html#common-installation-problems-and-their-solutions).
235222>
236223{: .callout}
237224
@@ -264,15 +251,15 @@ to display the command line help.
264251> > The `esmvaltool --help` command lists `version` as a
265252> > command to get the version
266253> >
267- > > In my case when I run
254+ > > When you run
268255> > ~~~
269256> > esmvaltool version
270257> > ~~~
271258> > {: .bash}
272- > > I get that my installed ESMValTool version is
259+ > > The version of ESMValTool installed should be displayed on the screen as:
273260> > ~~~
274- > > ESMValCore: 2.0 .0
275- > > ESMValTool: 2.0 .0
261+ > > ESMValCore: 2.4 .0
262+ > > ESMValTool: 2.4 .0
276263> > ~~~
277264> > {: .output}
278265> {: .solution}
0 commit comments