Closed
Description
The images in this repo currently use https://github.com/pypa/get-pip to bootstrap pip, however, all versions of Python supported here now include the ensurepip
module (which was added in Python 3.4), which could be used instead (along with a suitable pip install -U
command to upgrade to the chosen pinned pip etc):
https://docs.python.org/3/library/ensurepip.html
Switching to ensurepip
would remove an external dependency and the script version bumping that comes with it (eg 1980d7b x8 for each upstream get-pip change).
Would you be open to a PR that made that switch?
Metadata
Metadata
Assignees
Labels
No labels