Skip to content

Instantly share code, notes, and snippets.

@samuelbradshaw
samuelbradshaw / python-pyenv-macos.md
Last active July 18, 2024 22:50
Installing Python 2 and 3 on macOS

Installing Python 2 and 3 on macOS

Starting with macOS 12.3, Python is no longer bundled with macOS. These instructions allow you to set up Python 2 and Python 3 side-by-side using pyenv. The instructions were tested on an Apple Silicon Mac, but the process on an Intel Mac should be similar.

Install Homebrew

Homebrew is a popular package manager that makes it easy to install command line tools. If you don’t yet have Homebrew installed, instructions can be found here: https://brew.sh

Verify that Homebrew is installed:

@samuelbradshaw
samuelbradshaw / mysql-macos.md
Last active August 4, 2022 02:03
Installing MySQL on macOS

Installing MySQL on macOS

These instructions allow you to install MySQL on macOS. The instructions were tested on an Apple Silicon Mac, but the process on an Intel Mac should be similar.

Install Homebrew

Homebrew is a popular package manager that makes it easy to install command line tools. If you don’t yet have Homebrew installed, instructions can be found here: https://brew.sh

Verify that Homebrew is installed:

@samuelbradshaw
samuelbradshaw / php-macos.md
Last active April 20, 2022 01:31
Installing PHP on macOS

Installing PHP on macOS

Starting with macOS 12 (Monterey), PHP is no longer bundled with macOS. These instructions allow you to install PHP. The instructions were tested on an Apple Silicon Mac, but the process on an Intel Mac should be similar.

Install Homebrew

Homebrew is a popular package manager that makes it easy to install command line tools. If you don’t yet have Homebrew installed, instructions can be found here: https://brew.sh

Verify that Homebrew is installed: