Python PIP Mac Catalina Installation Easy Guide

Installing

  1. Finally Installing Python 2.x/3.x Pip Tool

    1. Download the get-pip.py Pip Script Installer:

      Get Python Pip Script Installer

      Right-Click on Link > Save As get-pip.py.

    2. Next to Install Python 2/3 PIP

      cd ~/Downloads

      To give Execution permission:

      sudo chmod +x get-pip.py

      If Got “User is Not in Sudoers file” then Look: Solution
      For Python 2 PIP do:

      sudo python get-pip.py

      Then for Python 3 PIP do:

      sudo python3 get-pip.py
  2. The Pip Installer Automatically Install the Python Setuptools with Easy_Install
    Then too Update it Run:

    sudo pip install -U setuptools