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
Same issue on Fedora 23. I had to reinstall python3-pip to generate the proper pip3 folders in /usr/bin/.
Fedora 23
python3-pip
pip3
/usr/bin/
sudo dnf reinstall python3-pip