Hacker News new | ask | show | jobs
by lawtalkinghuman 944 days ago
pex is a build tool built on the top of the zip trick. A pex file doesn't contain a bundled interpreter, but it zips up the entire virtualenv. Also no Windows support.

https://pex.readthedocs.io/en/latest/