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.84k stars 266 forks source link

Clean up venv installation code. #2497

Closed jsirois closed 3 months ago

jsirois commented 3 months ago

This extracts the large venv PEX formatted code blob to its own file for standard formatting, linting and type check treatment. Also clean up small bits of PEX venv repl code from #2496.