Problem scenario
You want to install pip to work with Python packages and Python features. How do you install this on an Ubuntu or Debian Linux server?
Solution
Run these commands:sudo apt-get -y update
sudo apt-get -y install python-pip
A Technical I.T./DevOps Blog
Problem scenario
You want to install pip to work with Python packages and Python features. How do you install this on an Ubuntu or Debian Linux server?
Solution
Run these commands:sudo apt-get -y update
sudo apt-get -y install python-pip