Skip to content

Commit bec969d

Browse files
committed
Removed package location command
The location of the Python package is not being used right away in the next episode. This looks like a test for people with multiple esmvaltool installations, not for a first time tutorial reader.
1 parent a1bea9d commit bec969d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

_episodes/02-installation.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,5 @@ esmvaltool --help
169169
```
170170
171171
to display the command line help.
172-
To find the location where the ESMValTool package was installed on your system, run
173-
174-
```bash
175-
python -c 'import esmvaltool; print(esmvaltool.__path__[0])'
176-
```
177172
178173
{% include links.md %}

0 commit comments

Comments
 (0)