On 6/7/23, Thomas Passin via Python-list <python-list@python.org> wrote: > On 6/7/2023 6:28 PM, Eryk Sun wrote: > >> That won't be of any help if pip isn't installed. By default, Python's >> installer attempts to install pip by running the ensurepip package, >> but sometimes it fails. It can help to try to manually run ensurepip >> in the shell. For example: >> >> py -m ensurepip --default-pip --upgrade --verbose > > Yes, but why should anyone besides the OP think pip isn't installed? Let > him try py -m pip. If pip isn't installed he will see something like
I didn't mean to imply that the OP shouldn't first try to run `py -m pip` or `py -3.10 -m pip`. -- https://mail.python.org/mailman/listinfo/python-list