Category "python-pex"

Use pex with poetry pyproject.toml

I'm trying to figure out how to do automated(ish) deployment for a python project with pex. I currently have the following process: $ poetry run pip freeze >

How to resolve Python Pex binary file location

Using the pex tool to package python proyects (https://pex.readthedocs.io/en/v2.1.55/); is there a way to know where the original Pex file is located?. Until no