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
A Technical I.T./DevOps Blog
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