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

Switch vendoring from `pip install ...` to Pex install. #2306

Closed jsirois closed 8 months ago

jsirois commented 8 months ago

Pex now only uses Pip for resolving distributions (pip download ...) and building wheels (pip wheel ...), installation of wheels in chroots and venvs is now completely handled by Pex everywhere in the code base.