summaryrefslogtreecommitdiff
path: root/devel/py-pex/pkg-descr
blob: 9d693acbd15f1ede21483721a5f1a409869520ca (plain) (blame)
1
2
3
4
5
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