This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author paul.moore
Recipients baterflyrity, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-09-09.09:28:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631179732.81.0.750262678412.issue45148@roundup.psfhosted.org>
In-reply-to
Content
> I don't know technical details but i can successfully use this command: `pip install --upgrade pip`.

On Windows (and not under something like cygwin or msys, which have their own rules)? Anyway, it's not that important, the recommended approach is `python -m pip`, so whether using the non-recommended approach works or not doesn't really matter.

> On pip's issues tracker i was suggested to use `ensurepip --upgrade`.

Let's take that question back to the pip tracker. If you want the latest version of pip (as opposed to the bundled version) ensurepip isn't the right approach.
History
Date User Action Args
2021-09-09 09:28:52paul.mooresetrecipients: + paul.moore, tim.golden, zach.ware, steve.dower, baterflyrity
2021-09-09 09:28:52paul.mooresetmessageid: <1631179732.81.0.750262678412.issue45148@roundup.psfhosted.org>
2021-09-09 09:28:52paul.moorelinkissue45148 messages
2021-09-09 09:28:52paul.moorecreate