Installing Python3 on macOS from Python.org

  1. Knowledge Base
  2. Installing Python3 on macOS from Python.org
python programming language logo

Navigate to the Python.org downloads page and download the latest Python installer package.

Run the Python installer package and install Python 3 onto the Mac.

It will create. A folder in the Applications folder, but the Python 3 app will reside in:

/Library/Frameworks/Python.framework/Versions/n.m/bin/python3

where n.m represents the version number such as 3.7.

Leave a Reply

Your email address will not be published. Required fields are marked *