Python 3.11.5 Pip Issue

Skip Montanaro skip.montanaro at gmail.com
Thu Sep 14 08:55:39 EDT 2023


> I downloaded Python 3.11.5, and there was nothing in the “Scripts” file,
> and there was no Pip. I would like to know why.
>

Can't help with the empty/missing Scripts folder. Does running

python -m ensurepip

get you a working pip? Which you should then run as

python -m pip ...

Skip

>


More information about the Python-list mailing list