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

Fix PEXes for `-i` / `PYTHONINSPECT=x`. #2491

Closed jsirois closed 3 months ago

jsirois commented 3 months ago

Previously PEXes did not behave like a Python interpreter when invoked with either -i or with PYTHONINSPECT=x; now they do.

Fixes #2249