Get the latest tech news
Pex: A tool for generating .pex (Python EXecutable) files, lock files and venvs
A tool for generating .pex (Python EXecutable) files, lock files and venvs. - pex-tool/pex
pex is an expansion upon the ideas outlined in PEP 441 and makes the deployment of Python applications as simple as cp. The advantage to this approach is that it keeps your Python environment as empty as possible and is more in-line with what pex does philosophically. To build a standalone pex-tools-executable.pex binary that runs the pex-tools console script found in all pex version 2.1.35 and newer distributions:
Or read this on Hacker News