@@ -87,9 +87,24 @@ After the download has finished, you need to run the downloaded script in the te
87
87
Most laptops will save this to the ` Downloads ` folder. If this is the case for yours you can run the script in the terminal by typing:
88
88
89
89
```
90
- bash Downloads /Miniconda3-latest-MacOSX-arm64.sh
90
+ bash path/to /Miniconda3-latest-MacOSX-arm64.sh
91
91
```
92
92
93
+ > ** Note:** Most often, this file is downloaded to the Downloads directory,
94
+ and thus the command will look like this:
95
+ >
96
+ > ```
97
+ > bash Downloads/Miniconda3-latest-MacOSX-arm64.sh
98
+ > ```
99
+
100
+ The instructions for the installation will then appear:
101
+
102
+ (1) Press Enter.
103
+ (2) Once the license agreement shows, you can press space scroll down or press `q` to skip reading it.
104
+ (3) Type `yes` and press enter to accept the license agreement.
105
+ (4) Press Enter to accept the default installation location.
106
+ (5) Type `yes` and press enter to instruct the installer to run `conda init`, which makes `conda` available from the terminal.
107
+
93
108
**Ubuntu:** To install miniconda on Ubuntu, we first download
94
109
the [latest Python 64-bit version from here](https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh).
95
110
After the download has finished, open the terminal and execute the following
@@ -106,15 +121,13 @@ and thus the command will look like this:
106
121
> bash Downloads/Miniconda3-latest-Linux-x86_64.sh
107
122
> ```
108
123
109
-
110
124
The instructions for the installation will then appear:
111
125
112
126
(1) Press Enter.
113
127
(2) Once the license agreement shows, you can press space scroll down or press `q` to skip reading it.
114
128
(3) Type `yes` and press enter to accept the license agreement.
115
129
(4) Press Enter to accept the default installation location.
116
- (5) Type `yes` and press enter to instruct the installer to run `conda init`, which makes `conda` available from the terminal/shell.
117
-
130
+ (5) Type `yes` and press enter to instruct the installer to run `conda init`, which makes `conda` available from the terminal.
118
131
119
132
### JupyterLab
120
133
0 commit comments