Installing pip/setuptools/wheel with Linux Package Managers
https://packaging.python.org/en/latest/guides/installing-using-linux-tools/
If you’re using a Python that was downloaded from python.org, then this section does not apply.
- Debian/Ubuntu
sudo apt update
sudo apt install python3-venv python3-pip