Skip to content

Instantly share code, notes, and snippets.

@mjhea0
Created January 5, 2015 23:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjhea0/3c7d97e1d20ab86eb41e to your computer and use it in GitHub Desktop.
Save mjhea0/3c7d97e1d20ab86eb41e to your computer and use it in GitHub Desktop.

Installing Python on Mac OSX with Homebrew

Homebrew is a package manager for Mac OSX that allows easy management of Python and many other development tools. You must have Xcode installed before you install Homebrew. Then follow the instructions on the Homebrew homepage to install Homebrew.

Install Python

$ brew update
$ brew install python

Or brew install python3 for Python 3

$ brew linkapps
@mjhea0
Copy link
Author

mjhea0 commented Dec 8, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment