You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _episodes/02-installation.md
+30-3Lines changed: 30 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,18 @@ ESMValTool is distributed using [Conda](https://conda.io/). We will be using the
47
47
conda list
48
48
```
49
49
50
+
Should output something like
51
+
52
+
```
53
+
# packages in environment at ~/miniconda3:
54
+
#
55
+
# Name Version Build Channel
56
+
...
57
+
conda 4.8.3 py37_0
58
+
...
59
+
```
60
+
{: .output}
61
+
50
62
### MacOSX
51
63
52
64
1. Please download Miniconda3 for MacOSX at [the miniconda page](https://docs.conda.io/en/latest/miniconda.html).
@@ -67,6 +79,19 @@ ESMValTool is distributed using [Conda](https://conda.io/). We will be using the
67
79
conda list
68
80
````
69
81
82
+
Should output something like
83
+
84
+
```
85
+
# packages in environment at ~/miniconda3:
86
+
#
87
+
# Name Version Build Channel
88
+
...
89
+
conda 4.8.3 py37_0
90
+
...
91
+
```
92
+
{: .output}
93
+
94
+
70
95
### Windows
71
96
72
97
ESMValTool does not directly support Windows, but succesful usage has been reported through the [Windows Subsystem forLinux(WSL)](https://docs.microsoft.com/en-us/windows/wsl/), availablein Windows 10.
@@ -80,22 +105,24 @@ After installing the WSL, installation can be done using the Linux installation
80
105
Complete instructions for installing Julia can be found on the
0 commit comments