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

Use appropriate shebang for multi-platform PEXes. #2296

Closed jsirois closed 9 months ago

jsirois commented 9 months ago

Although it's not always possible to derive an appropriate shebang that will work for multi-platform PEXes, we now do so when possible and warn when we cannot.

Fixes #1540