This guide describes how to set up a modern Python development environment on your macOS computer.
-
Install [Homebrew][homebrew], a popular package manager for macOS. The most up-to-date instructions for doing so can be found on the [Homebrew website][homebrew]. Usually this just entails running the following command:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" -
Install [pyenv][pyenv], a tool for managing multiple installations of Python on your computer. pyenv can be installed via Homebrew: