Download My CV

  • Wren Clark
    1 min read
    ahmad

    How we can install python in Mac OS

    Option 1: Using the official Python installer Go to the official Python website https://www.python.org/downloads/mac-osx/ Download the latest version of Python 3 Click the “Download Python 3.x.x” button. Install it Open the downloaded .pkg installer. Follow the prompts to complete installation. Verify installation Open Terminal and run: bash Copy Edit python3 --version You should see something like: bash Copy Edit Python 3.12.1 ✅ Option 2: Using Homebrew (recommended for developers) If you have Homebrew installed: Open Terminal Run: bash Copy Edit brew install python Once installed, check it: bash Copy Edit python3 --version ✅ To Use pip (Python Package Installer): After Python 3 is installed, pip is usually included. Check it with: bash Copy Edit pip3 --version To install a package: bash Copy Edit pip3 install requests

Popular Posts

Contact Me






Follow me on Social Media