pex-tool / pex

A tool for generating .pex (Python EXecutable) files, lock files and venvs.
https://docs.pex-tool.org/
Apache License 2.0
2.52k stars 258 forks source link

Since we no longer use wheel code, remove it. #2302

Closed jsirois closed 8 months ago

jsirois commented 8 months ago

Lots of changes over a long time have led to this point. The last small one is in this change, installing wheel in the vendored Pip venv just in time when wheel building is required by using vendored Pip itself and the user configured indexes, etc.