How to install pip on Ubuntu – Python Package Manager

  • Post last modified:May 1, 2020
  • Post category:Linux
  • Post author:

pip is a free and open source Python package manager for Linux, macOS, Windows and Unix. Using pip you can easily install and manage python packages from Python Package Index (PyPI) online repository or any other indexes on your system. It is released under MIT license. In this tutorial i am going to install pip python package manager for Python 3 and Python 2.

Note: Python 2 officially in end-of-life and Python 2.7.18 is the last stable release of Python 2, released on April 20, 2020. Python 2 is not installed by default on Ubuntu 20.04. So Python users please switch to Python 3.

(more…)

Continue ReadingHow to install pip on Ubuntu – Python Package Manager