Skip to content

pex 2.14.1

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Aug 00:56
· 123 commits to main since this release
v2.14.1
9e86b93

2.14.1

This release fixes --inject-env when used in combination with a
--scie-busybox so that the injected environment variable can be
overridden at runtime like it can form a traditional PEX.

In addition, running a PEX with the Python interpreter -i flag or
PYTHONINSPECT=x in the environment causes the PEX to enter the
Python REPL after evaluating the entry point, if any.

  • Allow --inject-env overrides for --scie-busybox. (#2490)
  • Fix PEXes for -i / PYTHONINSPECT=x. (#2491)