Skip to content

pex 2.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Aug 06:43
· 103 commits to main since this release
v2.16.0
0f4dc43

2.16.0

This release adds support for --venv-system-site-packages when
creating a --venv PEX and --system-site-packages when creating a
venv using the pex-tools / PEX_TOOLS=1 venv command or when using
the pex3 venv create command. Although this breaks PEX hermeticity, it
can be the most efficient way to ship partial PEX venvs created with
--excludes to machines that have the excluded dependencies already
installed in the site packages of a compatible system interpreter.

  • Support --system-site-packages when creating venvs. (#2500)