How to install PIP on Ubuntu 18.04 Bionic Beaver - LinuxConfig.org

The objective is to PIP the python package management system on Ubuntu 18.04 Bionic beaver.


This is a companion discussion topic for the original entry at https://linuxconfig.org/how-to-install-pip-on-ubuntu-18-04-bionic-beaver

Roger Monteiro

It worked, thanks.

Nisse

When I run sudo apt install python-pip I just get a message saying it is unable to locate package python-pip

Lubos Rendek Mod -> Nisse

run
# apt update
if that helps. Furthermore, ensure that “bionic/universe” repository is enabled on your system.