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: conda_basics/01_conda_environments.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,7 @@ See also
11
11
## Step 1: Install Conda
12
12
Download and install conda, for example mini-conda
13
13
[for Windows](https://docs.conda.io/en/latest/miniconda.html#windows-installers) or
14
-
[for Linux](https://docs.conda.io/en/latest/miniconda.html#linux-installers). MacOS users please follow the instructions on [this page]
15
-
[for MacOS](https://docs.conda.io/projects/continuumio-conda/en/latest/user-guide/install/macos.html) and make sure you download the "bash" installer.
14
+
[for Linux](https://docs.conda.io/en/latest/miniconda.html#linux-installers). MacOS users please follow the instructions on [this page](https://docs.conda.io/projects/continuumio-conda/en/latest/user-guide/install/macos.html) and make sure you download the "bash" installer.
16
15
17
16
For ease-of-use, it is recommended to add conda to the PATH variable during installtion, e.g. by checking this checkbox:
0 commit comments