aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pex/pkg-descr
blob: e8a1e512260ae0567f4ad17c71db14ee3f34ab68 (plain) (blame)
1
2
3
4
5
6
7
PEX files are self-contained executable Python virtual environments.

More specifically, they are carefully constructed zip files with a
#!/usr/bin/env python and special __main__.py that allows you to interact with
the PEX runtime

WWW: https://pex.readthedocs.org/en/latest/