you can `pip install pex`, and then from the pex r...
# general
r
you can
pip install pex
, and then from the pex repo you can pex pex itself for testing:
pex -o /tmp/pex-test.pex requests . -c pex
and then
/tmp/pex-test.pex
in place of where you’d normally invoke
pex