pex 2.103.0
·
3 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
2.103.0
This release adds pex3 venv create --link-python, which points the created venv's Python at a
given 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.
- Support creating a venv for a foreign platform. (#3279)
| file | sha256 | size |
|---|---|---|
| pex | ffb9e4f8bd77f00737373b60364607c0be56f3204093681f6a1564bacfbad92e | 5320203 |
| pex-linux-aarch64 | e6b47c8133bc57bc32c28cb93433c4455445e7b2c0a0b12a8383d61d7fed6c36 | 37143672 |
| pex-linux-armv7l | 7e9f6c26dbf2fed331f0cbd464abf323f9c329a4e4e5061bcdac639a811bfa8a | 33519005 |
| pex-linux-riscv64 | 0c865a6c43dddb953222779493fc47f9c621521aa14b487910fd327474dce67c | 33627509 |
| pex-linux-x86_64 | 8a1ca33cff3372ba4712d74c4ddb5e30cfed463b2e0b5afbd7417c9d658e040d | 43099245 |
| pex-macos-aarch64 | 50a7b379f81126dbef79fb1058ef2aeaf1900e8619b0b106ce2a3684ee37d6e9 | 25014250 |
| pex-macos-x86_64 | 1f002e11ddbf335ddb167d552cffe8078d3afc7fa905c66ecf8ee14f0692ee61 | 25164343 |
| pex-musl-linux-aarch64 | 9886c6ab67b33bee4f7f4b504761aa332c4fa6cea5f36cc5341839c31aa4cadc | 36385395 |
| pex-musl-linux-x86_64 | 50f1b8bd11f194164de82e78f135c63bd882830ade136edb60715c0709c3ca84 | 36466375 |