How-to Install PIP Mac OS Sierra 10.12

Mac Sierra Install PIP Pyton 2/3




Hello Mac User! First of all this tutorial Tutorial Shows You Step-by-Step How-to Install PIP Mac OS Sierra 10.12.

Especially relevant: Python 2.x/3.x Setuptools Package is Now Automatically Installed by the get-pip.py Script.

Furthermore the pip2 & pip3 are the Python Package Managers used to install and manage software packages written in Python 2/3.

How-to Install PIP Mac OS Sierra 10.12 - Featured
  1. First Open a Shell Terminal emulator window
    Finder > Applications > Utilities > Terminal
    (Press “Enter” to Execute Commands)

    How-to Install PIP Mac OS Sierra 10.12 - Open Terminal



  2. 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
  3. The Pip Installer Automatically Install the Python Setuptools with Easy_Install
    Then too Update it Run:

    sudo pip install -U setuptools