I can\'t use pip3 though python3-pip has already been installed. How to solve the problem?
sudo pip3 install virtualenv sudo: pip3: command not found sudo apt-g
I had a similar issue. In my case, I had to uninstall and then reinstall pip3:
sudo apt-get remove python3-pip sudo apt-get install python3-pip