Skip to content

Python 2.7 Setup

Jonathan Gessert edited this page May 8, 2017 · 1 revision

In terminal, enter

python -V

If no values are returned, install Python 2.7

If the version is Python 3.x, install Python 2.7. Consider naming path Python2, and using Python2 instead of Python for all future instruction.

Clone this wiki locally