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
For Kali, you must use this code after the update.
$sudo python3 get-pip.py
or if you write this, it also works but not supported anymore. So don't use:
$sudo python get-pip.py