How-to Install Python Setuptools for Mac OS X 10.12 Sierra Easy Guide

Installing Python easy_install & PIP Tools on Mac OS X




The Mac Tutorial Shows You Step-by-Step How-to Install and Getting-Started with Python 2.x Setuptools Command Line Tools on Mac OS X 10.12 Sierra.

With Python Setuptools You can Easily download, build, install, upgrade, and uninstall Python packages.

Installing Python Setuptools for Mac OS X 10.12 Sierra - Featured


  1. Open a Shell Terminal emulator window
    (Press “Enter” to Execute Commands)

    Python Setuptools QuickStart for Mac 10.12 Sierra - Open Terminal
  2. Installing Python Setuptools easy_install on Mac OS X

    sudo su

    If Got “User is Not in Sudoers file” then Look: Solution
    Get the ez_sutup Python Script

    curl https://bootstrap.pypa.io/ez_setup.py -o - | python
  3. Installing Python Setuptools pip on Mac OS X

    easy_install pip

    To End the SuperUser session

    exit