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 baterflyrity
Recipients baterflyrity, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-09-09.07:09:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631171390.16.0.990723185381.issue45148@roundup.psfhosted.org>
In-reply-to
Content
Upgrading pip via ensurepip unfortunately doesn't do anything wealthy.

```bash
user@host MINGW64 ~
$ pip list | grep pip
pip                       21.2.3
WARNING: You are using pip version 21.2.3; however, version 21.2.4 is available.
You should consider upgrading via the 'C:\Python39\python.exe -m pip install --upgrade pip' command.

user@host MINGW64 ~
$ py -m ensurepip --upgrade
Looking in links: c:\Users\BATERF~1\AppData\Local\Temp\tmpuv4go5fy
Requirement already satisfied: setuptools in c:\python39\lib\site-packages (57.4.0)
Requirement already satisfied: pip in c:\python39\lib\site-packages (21.2.3)

user@host MINGW64 ~
$ pip list | grep pip
pip                       21.2.3
WARNING: You are using pip version 21.2.3; however, version 21.2.4 is available.
You should consider upgrading via the 'C:\Python39\python.exe -m pip install --upgrade pip' command.
```
History
Date User Action Args
2021-09-09 07:09:50baterflyritysetrecipients: + baterflyrity, paul.moore, tim.golden, zach.ware, steve.dower
2021-09-09 07:09:50baterflyritysetmessageid: <1631171390.16.0.990723185381.issue45148@roundup.psfhosted.org>
2021-09-09 07:09:50baterflyritylinkissue45148 messages
2021-09-09 07:09:49baterflyritycreate