How Do You Install and Configure pip on a Debian or Ubuntu Linux Server?

Problem scenario
You are running Debian or Ubuntu Linux.You want to use pip to work with Python packages.  What do you do?

Solution
Run these two commands:
sudo apt-get -y update
sudo apt-get -y install python-pip

Leave a comment

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