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
You can use python3 -m pip as a synonym for pip3. That has saved me a couple of times.
python3 -m pip
pip3