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 the following commands in terminal, this will work better:
apt-get install curl curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py python get-pip.py