We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29fa1f4 commit 1679628Copy full SHA for 1679628
_episodes/02-installation.md
@@ -41,7 +41,8 @@ We will be using the Miniconda minimal installer for conda.
41
42
1. Please download miniconda at [the miniconda page](https://docs.conda.io/en/latest/miniconda.html)
43
44
-2. Next, run the installer:
+2. Next, run the installer
45
+
46
~~~
47
bash Miniconda3-latest-Linux-x86_64.sh
48
@@ -52,9 +53,11 @@ bash Miniconda3-latest-Linux-x86_64.sh
52
53
4. You will need to restart your terminal for the changes to have effect.
54
55
5. Verify you have a working conda installation by listing all installed packages
56
57
58
conda list
59
60
+{:.language-bash}
61
62
### MacOSX
63
0 commit comments