no clue what package I’d have to install to get pip - neither pip nor pip3 exist
pip
pip3
On Ubuntu, at least, there’s a python3-pip package, separately from the python3 package? (Other distros may be similar.) It’s also supposed to be possible to install pip using Python itself.
python3-pip
python3
On Ubuntu, at least, there’s a
python3-pip
package, separately from thepython3
package? (Other distros may be similar.) It’s also supposed to be possible to installpip
using Python itself.