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
+39Lines changed: 39 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,45 @@ keypoints:
16
16
17
17
## Install Conda
18
18
19
+
ESMValTool is distributed using Conda(link). Most users use Linux or OSX, but succesful usage has also been reported through the Windows Subsystem for Linux(WSL) (link).
20
+
21
+
We will be using the Miniconda minimal installer for conda.
22
+
23
+
> ## Python 3 Only
24
+
>
25
+
> Please make sure to download a Python 3 based installation (Miniconda3), as ESMValTool only supports Python 3
26
+
>
27
+
>
28
+
{: .callout}
29
+
30
+
31
+
### Linux
32
+
33
+
1. Please download miniconda at [the miniconda page](https://docs.conda.io/en/latest/miniconda.html)
34
+
35
+
2. Next, run the installer:
36
+
~~~
37
+
bash Miniconda3-latest-Linux-x86_64.sh
38
+
~~~
39
+
{:.language-bash}
40
+
41
+
3. Follow the instructions in the installer. The defaults should normally suffice.
42
+
43
+
4. You will need to restart your terminal for the changes to have effect.
44
+
45
+
5. Verify you have a working conda installation by listing all installed packages
46
+
~~~
47
+
conda list
48
+
~~~
49
+
50
+
### MacOSX
51
+
52
+
### Windows
53
+
54
+
After installing the WSL, installation can be done using the Linux installation instructions.
0 commit comments