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
<li>Open <ahref="https://www.anaconda.com/distribution/#download-section">https://www.anaconda.com/download/#windows</a> with your web browser.</li>
283
-
<li>Download the Python 3 installer for Windows.</li>
284
-
<li>Install Python 3 using all of the defaults for installation <em>except</em> make sure to check <strong>Add Anaconda to my PATH environment variable</strong>.</li>
282
+
<li>Open <ahref="https://www.anaconda.com/distribution/#download-section">https://www.anaconda.com/distribution/#download-section</a> with your web browser.</li>
283
+
<li>Download the Anaconda for Windows installer with Python 3. (If you are not sure which version to choose, you probably want the 64-bit Graphical Installer <em>Anaconda3-...-Windows-x86_64.exe</em>)</li>
284
+
<li>Install Python 3 by running the Anaconda Installer, using all of the defaults for installation <em>except</em> make sure to check <strong>Add Anaconda to my PATH environment variable</strong>.</li>
<li>Open <ahref="https://www.anaconda.com/distribution/#download-section">https://www.anaconda.com/download/#macos</a> with your web browser.</li>
291
-
<li>Download the Python 3 installer for OS X.</li>
292
-
<li>Install Python 3 using all of the defaults for installation.</li>
290
+
<li>Open <ahref="https://www.anaconda.com/distribution/#download-section">https://www.anaconda.com/distribution/#download-section</a> with your web browser.</li>
291
+
<li>Download the Anaconda Installer with Python 3 for macOS (you can either use the Graphical or the Command Line Installer).</li>
292
+
<li>Install Python 3 by running the Anaconda Installer using all of the defaults for installation.</li>
<li>Open <ahref="https://www.anaconda.com/distribution/#download-section">https://www.anaconda.com/download/#linux</a> with your web browser.</li>
298
-
<li>Download the Python 3 installer for Linux.<br>
297
+
<li>Open <ahref="https://www.anaconda.com/distribution/#download-section">https://www.anaconda.com/distribution/#download-section</a> with your web browser.</li>
298
+
<li>Download the Anaconda Installer with Python 3 for Linux.<br>
299
299
(The installation requires using the shell. If you aren't
300
300
comfortable doing the installation yourself
301
301
stop here and request help at the workshop.)
302
302
</li>
303
303
<li>
304
-
Open a terminal window.
304
+
Open a terminal window and navigate to the directory where
305
+
the executable is downloaded (e.g., `cd ~/Downloads`).
305
306
</li>
306
307
<li>
307
308
Type <pre>bash Anaconda3-</pre> and then press
308
-
<kbd>Tab</kbd>. The name of the file you just downloaded should
309
-
appear. If it does not, navigate to the folder where you
310
-
downloaded the file, for example with:
311
-
<pre>cd Downloads</pre>
312
-
Then, try again.
309
+
<kbd>Tab</kbd> to autocomplete the full file name. The name of
310
+
file you just downloaded should appear.
313
311
</li>
314
312
<li>
315
-
Press <kbd>Return</kbd>. You will follow the text-only prompts. To move through
316
-
the text, press <kbd>Spacebar</kbd>. Type <code>yes</code> and
317
-
press enter to approve the license. Press enter to approve the
318
-
default location for the files. Type <code>yes</code> and
319
-
press enter to prepend Anaconda to your <code>PATH</code>
313
+
Press <kbd>Enter</kbd>.
314
+
You will follow the text-only prompts.
315
+
To move through the text, press <kbd>Spacebar</kbd>.
316
+
Type <code>yes</code> and press enter to approve the license.
317
+
Press <kbd>Enter</kbd> to approve the default location
318
+
for the files.
319
+
Type <code>yes</code> and press <kbd>Enter</kbd>
320
+
to prepend Anaconda to your <code>PATH</code>
320
321
(this makes the Anaconda distribution the default Python).
0 commit comments