How-to Install Python 3.x Pip & Setuptools on Mac OS X 10.10 Yosemite Easy Guide
March 7th, 2015 by thelinuxevangelistInstalling Python 3.x Pip & Easy_install for Mac OS X
The Unix Tutorial Shows You Step-by-Step How-to Install the Python 3.x Pip and Setuptools on Mac OS X 10.10 Yosemite Desktop.
The Python 3.x Setuptools Packages is Now Automatically Installed on All Systems by the get-pip.py Script.
Python Pip is the Recommended Tool for Installing New Python Packages from the PyPI Repositories.

-
Open a Terminal Shell Emulator Window
(Press “Enter” to Execute Commands) -
Installing Python 3.x Pip Tool
-
Download the get-pip.py Pip Script Installer:
Right-Click on Link > Save As get-pip.py.
-
Installing Python Pip
cd ~/Downloads
To give Execution permission:
sudo chmod +x get-pip.py
If Got “User is Not in Sudoers file” then Look: Solution
sudo python3 get-pip.py
-
-
The Pip Installer Automatically Install the Python Setuptools with Easy_Install
Then too Update it Run:sudo pip install -U setuptools
Tags: bsd, bsd tutorial, Easy_install, Getting Started, Guide, How-to, Install, install easy_install mac os x, install pip mac os x, Mac Os X, mac os x 10.10 yosemite, mac tutorial, Pip, Python, python mac os x, Python Setuptools, python setuptools mac os x, python tutorial, Quick Start, quickstart, Tutorial, Unix, unix tutorial