Problem scenario
You want to install pip on an Ubuntu/Debian Linux server. What do you do?
Solution
Run this command:
sudo apt -y install python3-pip
A Technical I.T./DevOps Blog
Problem scenario
You want to install pip on an Ubuntu/Debian Linux server. What do you do?
Solution
Run this command:
sudo apt -y install python3-pip