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 >
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