get-pip icon indicating copy to clipboard operation
get-pip copied to clipboard

Versionned zipapps not available

Open JeanChristopheMorinPerso opened this issue 1 year ago • 4 comments

Description

The documentation at https://pip.pypa.io/en/stable/installation/#standalone-zip-application says:

There are also zip applications for specific pip versions, named pip-X.Y.Z.pyz.

I can't seem to be able to find these versioned zipapps. When I go to https://bootstrap.pypa.io/pip/, all I can see is pip.pyz.

Are versioned zipapps supposed to be made available or not?

Expected behavior

I'd personally like ot have access to specific versions of the zipapps so that I can make sure that a specific pip version is used without downloading it and running python pip.pyx --version to see the version.

Thanks!

pip version

N/A

Python version

N/A

OS

N/A

How to Reproduce

N/A

Output

No response

Code of Conduct