Install python 2.7 on mac

Stephen Lee
May 4, 2022

--

Python 2.7 was removed from macOS 12.3, if we upgrade mac os frequently, the system might already installed this version. But sometimes, there are still some tools we used daily still needs python 2.7.

When search from network, we will find that install python 2.7 with brew with the command: brew install python@2 , but this command also failed right now.

To install python 2.7.18 on mac, we can download the installer from python’s website.

--

--

Stephen Lee

I am a software engineer, I like to use the computer to solve problems. website: https://blog.y9i.cc/