I am trying to install virtualenv on Ubuntu.
First it said command \'pip\' not found, so I typed
command \'pip\' not found
sudo apt install python-pip >
sudo apt install python-pip
Try following command sequence on Ubuntu terminal:
sudo apt-get install software-properties-common sudo apt-add-repository universe sudo apt-get update sudo apt-get install python-pip