quaint-telephone-89068
11/25/2022, 5:05 PM$ wget <https://github.com/pantsbuild/pex/releases/download/v2.1.108/pex>
$ PEX_PYTHON=/usr/bin/pypy3.8 /usr/bin/pypy3.8 ./pex -V
2.1.108
For 2.1.109 or newer:
$ wget <https://github.com/pantsbuild/pex/releases/download/v2.1.109/pex>
$ PEX_PYTHON=/usr/bin/pypy3.8 /usr/bin/pypy3.8 ./pex -V
Failed to find a compatible PEX_PYTHON=/usr/bin/pypy3.8.
Examined the following interpreters:
1.) /usr/bin/pypy3.8 PyPy==3.8.13
No interpreter compatible with the requested constraints was found:
Version matches CPython!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,<3.12,>=2.7
Not a big deal because one can still create their own pex that doesn't have the interpreter constraint.
pantsbuild/pexuser
11/28/2022, 9:40 PM