Python PIP Ubuntu 18.04 - Installation
-
First, Install Python Setup Tools
sudo apt install python-setuptools
-
Then to Install Python PIP:
easy_install pip
If ‘permission denied’ issue then use sudo like:
sudo easy_install pip
-
Finally, to Test Python PIP Installation:
which pip
And for Python 3:
which pip3
Contents
Tags: Getting Started, gnu, gnu/linux, Guide, How-to, Install, install python 2 pip ubuntu, install python 3 pip ubuntu, Linux Tutorial, Pip, pip 2 ubuntu 18.04, pip 2 ubuntu 18.04 install, pip 3 ubuntu 18.04, pip 3 ubuntu 18.04 install, pip2, pip3, pypi, Python, python 2, python 2 pip, python 3, python 3 pip, python tutorial, Quick Start, Tutorial, Ubuntu, Ubuntu 18.04 Bionic LTS, ubuntu linux, ubuntu tutorial