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

Handle all output file names when building scies. #2484

Closed jsirois closed 1 month ago

jsirois commented 1 month ago

Previously, invoking pex pex -c pex --venv --scie eager -o pex to build the Pex PEX scie would error deep inside the science scie build process due to the name collision. Since the user has no control over the lift manifest, this was not able to be corrected.

jsirois commented 1 month ago

Reviewers - this is good to go for a review / fix release.