Is there a way to build a pex for commands (such a...
# general
f
Is there a way to build a pex for commands (such as
pants test
or
pants run
) without trying to bundle 3rd party code? I know you can use PEX_INHERIT_PATH=prefer when running the pex but I'm not sure how to tell Pants to not even try to resolve the 3rd party deps to put them in the pex to begin with.