OSX set up Python (Anaconda): Difference between revisions

From CommunityData
Line 24: Line 24:


You have tested your Python installation.
You have tested your Python installation.
== Alternative Installation Instructions ==
If the installation above fails, you can follow these instructions instead:
* Download and install the [http://continuum.io/downloads Anaconda] that includes Python 3.7:
*# First, visit the [http://continuum.io/downloads Anaconda download page].
*# Click the blue text to the right side of the penguin logo that says "'''I WANT PYTHON 3.7'''".
*# Click on top button on the right side of the same box under the text "'''CHOOSE YOUR INSTALLER'''". The button should say something like '''MAC OS X 64-bit Python 3.7 Graphical Installer'''.
# Once the (~275 MB) installer package is downloaded, double click the .pkg file and follow the instructions on the screen. Install Anaconda in your home folder.


[[Category:CDSW]]
[[Category:CDSW]]

Revision as of 04:34, 13 January 2020

Download and install Python

We're going to be installing Python using a collection of software that includes Python that, as a collection, is called Anaconda. Anaconda includes the Python programming language and a bunch of different pieces of software that are useful for data science and analysis. Although the collection includes all free software, it is put together by a commercial company called Continuum Analytics.

Try to download and install Anaconda from this file which contains Python 3.7 for OSX.

If that doesn't work for any reason, download and install the Python 3.7 option from Anaconda's website, on the right. If necessary, scroll down to the "Anaconda for Windows" section.

Make sure you selected the Python 3.7 option, as Python 2.7 behaves differently and isn't what we use in this course. If you get an error about not being able to run that software on your computer, talk to me.

Once the program is downloaded, run the downloaded file which should launch a graphical installer.

Install notes

  • If you get stuck during the install process, ask a neighbor or raise your hand for help. These instructions may also be helpful.
  • Anaconda may leave a shortcut called "Launcher" on your desktop. You can delete this link: we won't be using it in the workshop.

Test your Python install [To Be Decided]

Cmbox notice.png This section needs to updated so that it walks through the process of opening up A Jupyter notebook in Mac OSX after a fresh Anaconda install and then exist it. Ideally with screenshots as per Windows set up Python (Anaconda).

Success!

You have tested your Python installation.