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
+22-10Lines changed: 22 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,39 +29,39 @@ ESMValTool is distributed using [Conda](https://conda.io/). We will be using the
29
29
30
30
### Linux
31
31
32
-
1. Please download Miniconda3 for Linux at [the miniconda page](https://docs.conda.io/en/latest/miniconda.html). The 64 bit version should work on any recent system. If you have problems in the next step(s) you can alternatively try a 32 bit version.
32
+
1.Please download Miniconda3 for Linux at [the miniconda page](https://docs.conda.io/en/latest/miniconda.html). The 64 bit version should work on any recent system. If you have problems in the next step(s) you can alternatively try a 32 bit version.
33
33
34
-
1. Next, run the installer
34
+
2. Next, run the installer
35
35
36
36
```bash
37
37
bash Miniconda3-latest-Linux-x86_64.sh
38
38
```
39
39
40
-
1. Follow the instructions in the installer. The defaults should normally suffice.
40
+
3. Follow the instructions in the installer. The defaults should normally suffice.
41
41
42
-
1. You will need to restart your terminal for the changes to have effect.
42
+
4. You will need to restart your terminal for the changes to have effect.
43
43
44
-
1. Verify you have a working conda installation by listing all installed packages
44
+
5. Verify you have a working conda installation by listing all installed packages
45
45
46
46
```bash
47
47
conda list
48
48
```
49
49
50
50
### MacOSX
51
51
52
-
1. Please download Miniconda3 for MacOSX at [the miniconda page](https://docs.conda.io/en/latest/miniconda.html).
52
+
1. Please download Miniconda3 for MacOSX at [the miniconda page](https://docs.conda.io/en/latest/miniconda.html).
53
53
54
-
1. Next, run the installer
54
+
2. Next, run the installer
55
55
56
56
```bash
57
57
bash Miniconda3-latest-MacOSX-x86_64.sh
58
58
```
59
59
60
-
1. Follow the instructions in the installer. The defaults should normally suffice.
60
+
3. Follow the instructions in the installer. The defaults should normally suffice.
61
61
62
-
1. You will need to restart your terminal for the changes to have effect.
62
+
4. You will need to restart your terminal for the changes to have effect.
63
63
64
-
1. Verify you have a working conda installation by listing all installed packages
64
+
5. Verify you have a working conda installation by listing all installed packages
called `esmvaltool`, with the ESMValTool package and all of its dependencies installed in it.
141
141
142
+
> ## Conda common problems
143
+
>
144
+
> Below are some common problems that could happen while installing.
145
+
>
146
+
> - installation takes long time,
147
+
> - downloads and compilations can take several minutes to complete, please be patient
148
+
> - you might have bad luck and the dependencies can not be resolved at the moment, please try again later or [raise an issue](https://github.com/ESMValGroup/ESMValTool/issues/new/choose)
149
+
> - if you have a old conda installation you could get a `UnsatisfiableError` error. Please install a new conda and try again
150
+
> - downloads fail due to company proxy, see [conda docs](https://docs.anaconda.com/anaconda/user-guide/tasks/proxy/) how to resolve
0 commit comments