@@ -99,13 +99,10 @@ If this is the case for your computer, you can run the script in the terminal by
99
99
bash Downloads/Miniconda3-latest-MacOSX-arm64.sh
100
100
```
101
101
102
- The instructions for the installation will then appear:
103
-
104
- (1) Press Enter.
105
- (2) Once the license agreement shows, you can press space scroll down or press ` q ` to skip reading it.
106
- (3) Type ` yes ` and press enter to accept the license agreement.
107
- (4) Press Enter to accept the default installation location.
108
- (5) Type ` yes ` and press enter to instruct the installer to run ` conda init ` , which makes ` conda ` available from the terminal.
102
+ The instructions for the installation will then appear.
103
+ Follow the prompts and agree to accepting the license,
104
+ the default installation location,
105
+ and to running ` conda init ` , which makes ` conda ` available from the terminal.
109
106
110
107
** Ubuntu:** To install miniconda on Ubuntu, first download
111
108
the [ latest Python 64-bit version from here] ( https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh ) .
@@ -124,13 +121,10 @@ If this is the case for your computer, you can run the script in the terminal by
124
121
bash Downloads/Miniconda3-latest-Linux-x86_64.sh
125
122
```
126
123
127
- The instructions for the installation will then appear:
128
-
129
- (1) Press Enter.
130
- (2) Once the license agreement shows, you can press space scroll down or press ` q ` to skip reading it.
131
- (3) Type ` yes ` and press enter to accept the license agreement.
132
- (4) Press Enter to accept the default installation location.
133
- (5) Type ` yes ` and press enter to instruct the installer to run ` conda init ` , which makes ` conda ` available from the terminal.
124
+ The instructions for the installation will then appear.
125
+ Follow the prompts and agree to accepting the license,
126
+ the default installation location,
127
+ and to running ` conda init ` , which makes ` conda ` available from the terminal.
134
128
135
129
### JupyterLab
136
130
0 commit comments