Skip to content

Commit eff78a5

Browse files
authored
made Mac Arm instruction mirror the ubuntu ones.
1 parent f61ad91 commit eff78a5

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

setup.Rmd

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,24 @@ After the download has finished, you need to run the downloaded script in the te
8787
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:
8888

8989
```
90-
bash Downloads/Miniconda3-latest-MacOSX-arm64.sh
90+
bash path/to/Miniconda3-latest-MacOSX-arm64.sh
9191
```
9292

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+
93108
**Ubuntu:** To install miniconda on Ubuntu, we first download
94109
the [latest Python 64-bit version from here](https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh).
95110
After the download has finished, open the terminal and execute the following
@@ -106,15 +121,13 @@ and thus the command will look like this:
106121
> bash Downloads/Miniconda3-latest-Linux-x86_64.sh
107122
> ```
108123
109-
110124
The instructions for the installation will then appear:
111125
112126
(1) Press Enter.
113127
(2) Once the license agreement shows, you can press space scroll down or press `q` to skip reading it.
114128
(3) Type `yes` and press enter to accept the license agreement.
115129
(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.
118131
119132
### JupyterLab
120133

0 commit comments

Comments
 (0)