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
You might have python 3 pip installed already. Instead of pip install you can use pip3 install.
pip install
pip3 install