Skip to content

Commit 05622a9

Browse files
authored
made the miniconda instructions less brittle
1 parent 5d6bb96 commit 05622a9

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

setup.Rmd

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,10 @@ If this is the case for your computer, you can run the script in the terminal by
9999
bash Downloads/Miniconda3-latest-MacOSX-arm64.sh
100100
```
101101

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.
109106

110107
**Ubuntu:** To install miniconda on Ubuntu, first download
111108
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
124121
bash Downloads/Miniconda3-latest-Linux-x86_64.sh
125122
```
126123

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.
134128

135129
### JupyterLab
136130

0 commit comments

Comments
 (0)