Python PIP Ubuntu 18.04 Install Guide

December 8, 2017 | By the+gnu+linux+evangelist.

Python PIP Ubuntu 18.04 - Installation

  1. First, Install Python Setup Tools.

    sudo apt install python-setuptools
  2. Then to Install Python PIP:

    easy_install pip

    If ‘permission denied’ issue then use sudo like:

    sudo easy_install pip
  3. Finally, to Test Python PIP Installation:

    which pip

    And for Python 3:

    which pip3

Contents


QuickChic Theme • Powered by WordPress