Python PIP Ubuntu 14.04 Install Guide
September 17th, 2014 by thelinuxevangelistPython PIP Ubuntu 14.04 Install
You are Welcome! This Tutorial Shows You Step-by-Step How-to Install the Python 3.x and Python 2.x PIP Package Manager and Setuptools with easy_install on Ubuntu 14.04 Trusty LTS i386/amd64 GNU/Linux.
And the Python PIP for Ubuntu 14.04 is the Python Package Manager used to install and manage software packages written in Python 2/3.

-
Open a Command Line Session
Ctrl+Alt+t on Desktop
(Press “Enter” to Execute Commands) -
Installing Python 2.x/3.x Pip Tool
sudo apt install python-pip
Then for Python 3 PIP do:
sudo apt install python3-pip
-
Then to Install Python Setuptools
Python 2:pip install -U setuptools
Python 3:
pip3 install -U setuptools
If ‘permission denied’ issue then use sudo!
Tags: Easy_install, Getting Started, gnu, gnu/linux, Guide, How-to, Install, install easy_install ubuntu, install pip ubuntu, install python 2 pip ubuntu, install python 3 pip ubuntu, Linux, Linux Tutorial, Pip, pip 2 ubuntu 14.04, pip 2 ubuntu 14.04 install, pip 3 ubuntu 14.04, pip 3 ubuntu 14.04 install, pip2, pip3, pypi, Python, python 2, python 2 pip, python 3, python 3 pip, Python Setuptools, python setuptools ubuntu, python tutorial, python ubuntu, Quick Start, Tutorial, Ubuntu, Ubuntu 14.04 Trusty LTS, ubuntu 14.04 Trusty Tahr LTS, ubuntu linux, ubuntu tutorial