Jun-15-2022, 11:54 AM
If pip3 is not present in an (Ubuntu) distribution, it is installed normally with the command
This will also install all dependencies.
sudo apt install python3-pip
This will also install all dependencies.