mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
2fbc41395a
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/
8 lines
277 B
Plaintext
8 lines
277 B
Plaintext
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/
|