How Do You Install pip on Ubuntu/Debian Linux?

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

Leave a comment

Your email address will not be published. Required fields are marked *