How to Install Python on PIP on Linux Mint

April 15, 2019 | By the+gnu+linux+evangelist.

Python PIP Linux Mint Installation Guide

Hi! The Tutorial shows you Step-by-Step How to Install Python 3.x and Python 2.x PIP Package Manager and Setuptools with easy_install on Mint GNU/Linux.

And the Python PIP for Linux Mint is the Python Package Manager used to Install and Manage Software Packages written in Python 2/3.

Especially Relevant: to Work with Python for Science, Engeneering and Data Analisys is Now Preferred instead to Install PIP with Anaconda Python!

Finally, the guide includes instructions on How to Install Anaconda Python on Linux Mint.

Python PIP Linux Mint Install - Featured
  1. 1. Launching Terminal

    Open a Shell Terminal emulator window
    (Press “Enter” to Execute Commands)

    Python PIP Linux Mint Install - Open Terminal
  2. 2. Installing Setup Tools

    First, to Install Python Setup Tools:

    sudo apt install python-setuptools
  3. 3. Installing Python PIP

    Then to Install PIP:

    easy_install pip

    Or of ‘permission denied’ issue then use sudo command like:

    sudo easy_install pip
  4. 4. Testing PIP

    Finally, to Test Python PIP Setup
    For Python3 run:

    which pip3

    And for Python2 instead:

    which pip
  5. 5. Installing Anaconda Python

    How to Install Anaconda Python on Mint


QuickChic Theme • Powered by WordPress