Skip to content

Python 3 on older macOS

LukeeGD edited this page Jul 11, 2026 · 6 revisions

Python 3 is required to run wikiproxy, TrollRestore, and SundanceInH2A.

  • If you are using macOS 11 Big Sur or older, Python 3 is usually not included with the operating system.
  • If you are using macOS 12 Monterey or newer, installing Xcode Command Line Tools also installs Python 3. You can still follow the steps below if you want to install a newer version of Python (such as Python 3.14).
  1. Open Terminal and run:

    python3 --version
    • If you see a version such as Python 3.11.9, Python 3 is already installed. If you installed Python from the official Python website, you should still complete the certificate installation step below.
    • If you instead see:
    python3: command not found
    
    • Python 3 is not installed on your system.
  2. Download and install Python 3 from the official website:

    https://www.python.org

    Version recommendations:

  3. After installing Python, open Applications, then open the Python 3.x folder for the version you installed. Double-click Install Certificates.command.

    • This step is required. Do not skip it.

Clone this wiki locally