How To Install Python 3 On A Mac
How To Install Python 3 On A Mac
Hey, let’s face it. You’re better than me. I don’t own a Mac, so I have made a step-by-step file
instead to show you how to install Python 3 on yours. I’m just jealous really.
1) Browse to http://www.python.org/downloads☐
You that
You Should see a webpage should seelike
looks a webpage
this that looks like this
A Window like this should pop up when you open the installer
Type "python3" all lowercase, without quotes into the terminal and press enter. If you see text like
this pop up Then you're all set up!
To open up Idle, you can simply type idle3 in your terminal and press enter (Thanks to
Stephan for pointing this out!)
And that’s it! You did it! From the bottom of my heart, Congratulations! You are now set up
and ready to use Python3 on your Mac.
PS: If you get errors with IDLE (it happens.) then feel free to use any other IDE.
I recommend the free pycharm community edition by jetbrains but a text editor will work just fine. If
you decide to get pycharm, check out this awesome installation walkthrough
If you go the regular text editor route, just make sure to save the text files as .py files and run them
using the python3 command. Lets say I had a file called program.py.
I would run
Python3 program.py
PPS.
Again, do accept my apologies for not having a video to walk you through this. However,
you can quietly feel better than me, so that’s a bonus I guess! I’ll see you in the next video!