pypa / get-pip

Helper scripts to install pip, in a Python installation that doesn't have it.
https://bootstrap.pypa.io/pip/
MIT License
738 stars 293 forks source link

not all python version could be found in bootstrap.pypa.io/pip #202

Closed Peter33333 closed 8 months ago

Peter33333 commented 8 months ago

If I am using this on CI flow, so not sure what python version I m handling, but I cant do it like how you 've recommended

Please use https://bootstrap.pypa.io/pip/{}.{}/get-pip.py instead.".format(*this_python),

Because not all python version could be found in bootstrap.pypa.io/pip image

Do I describe clearly? Please help.

pradyunsg commented 8 months ago

Duplicate of #88