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
…
Continue reading “How Do You Install and Configure pip on a Debian or Ubuntu Linux Server?”