Python PIP Linux Mint 19 Install Guide

October 27, 2018 | By the+gnu+linux+evangelist.

Python PIP Linux Mint 19 - 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