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
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