We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73dad51 commit d53fc31Copy full SHA for d53fc31
_episodes/02-installation.md
@@ -170,4 +170,25 @@ esmvaltool --help
170
171
to display the command line help.
172
173
+> ## Challenge Title
174
+>
175
+> Can you figure out which version of ESMValTool has been installed?
176
177
+> > ## Solution
178
+> >
179
+> > The `esmvaltool --help` command lists `-v` or `--version` as optional argument to get the version
180
181
+> > In my case when I run
182
+> > ~~~
183
+> > esmvaltool --version
184
185
+> > {: .bash}
186
+> > I get that my installed ESMValTool version is
187
188
+> > 2.0.0b9
189
190
+> > {: .output}
191
+> {: .solution}
192
+{: .challenge}
193
+
194
{% include links.md %}
0 commit comments