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
ls /bin/python*
Identify the highest version of python listed. If the highest version is something like python2.7 then install python2-pip If its something like python3.8 then install python3-pip
python2.7
python2-pip
python3.8
python3-pip
Example for python3.8:
sudo apt-get install python3-pip