> On 22 Mar 2024, at 15:25, Gilmeh Serda via Python-list <python-list at python.org> wrote: > >> Many if not most Linux distributions do not include pip by default. > > Really? It came with Manjaro. Debian and Ubuntu require you to install pip as a separate package. Also puts venv in its own package. Fedora leaves all the batteries intact and rhel I assume. Barry