O'Reilly Introduction to Python/Section 1/OSX set up Python: Difference between revisions

Content added Content deleted
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
Line 1: Line 1:
[[File:Python-logo.png|300px]]
[[File:Python-logo.png|300px]]


We are going to install Python version 3.4.1.
Lucky for us, OS X comes with Python installed! All we need to do is make sure we have an appropriate version of Python installed and make sure we can start a Terminal and run Python from the command line.

If you already have Python installed, check the Python version: if the version number starts with a 3 (as opposed to a 2), you can use it for this class and can skip to [[Windows_set_up_Python#Put_Python_on_the_PATH|setting your Path]].

__TOC__


== Checking your Python installation ==
== Checking your Python installation ==