pex 2.12.0 #2474
pex 2.12.0
#2474
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
2.12.0
This release adds support for passing
--site-packages-copies
to bothpex3 venv create ...
andPEX_TOOLS=1 ./my.pex venv ...
. This issimilar to
pex --venv --venv-site-packages-copies ...
except thatinstead of preferring hard links, a copy is always performed. This is
useful to disassociate venvs you create using Pex from Pex's underlying
PEX_ROOT
cache.This release also adds partial support for statically linked CPython. If
the statically linked CPython is
<3.12
, the default Pip (--pip-version vendored
) used by Pex will work. All newer Pips will notthough, until Pip 24.2 is released with the fix in
pypa/pip#12716 and Pex releases with support for
--pip-version 24.2
.--site-packages-copies
for external venvs. (Add--site-packages-copies
for external venvs. #2470)This discussion was created from the release pex 2.12.0.
Beta Was this translation helpful? Give feedback.
All reactions