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
Run
locate pip3
it should give you a list of results like this
//pip3 //pip3.x
go to /usr/local/bin to make a symbolic link to where your pip3 is located
ln -s //pip3.x /usr/local/bin/pip3