How to install Python on macOS

ZeroesAndOnes
3 min readJan 25, 2022

In this article I will demonstrate how to install Python 3.10.1 on macOS

1 — Install Homebrew

Homebrew is a free and open-source software package management system that simplifies the installation of software on Apple’s operating system, macOS, as well as Linux.

To install Homebrew follow these steps:

  1. Open a Terminal
  2. In your Terminal type the following command and hit enter:
/bin/bash -c "$(curl -fsSL

--

--