pex 2.103.0 #3280
pex 2.103.0
#3280
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
2.103.0
This release adds
pex3 venv create --link-python, which points the created venv's Python at agiven path instead of the interpreter that created the venv. Since that path need not exist yet,
this also unlocks creating a venv for a foreign platform: the venv is laid out by a local
interpreter that differs from the foreign platform in machine architecture alone and its Python is
then linked to where the foreign interpreter will live.
This discussion was created from the release pex 2.103.0.
All reactions