Skip to content

Commit 19d2185

Browse files
committed
Added output which jula + conda activate output
1 parent 7f3b885 commit 19d2185

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

_episodes/02-installation.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,13 @@ To check that the Julia executable can be found, run
145145
which julia
146146
```
147147
148-
to display the path to the Julia executable, it should be `~/julia/julia-1.0.5/bin/julia`.
148+
to display the path to the Julia executable, it should be
149+
150+
```
151+
~/julia/julia-1.0.5/bin/julia
152+
```
153+
{: .output}
154+
149155
To test that Julia is installed correctly, run
150156
151157
```bash
@@ -187,6 +193,8 @@ conda activate esmvaltool
187193
```
188194
189195
to activate the conda environment called `esmvaltool`.
196+
In the shell prompt the active conda environment should have been changed from `(base)` to `(esmvaltool)`.
197+
190198
Next, run
191199
192200
```bash

0 commit comments

Comments
 (0)