nice-florist-55958
06/16/2022, 6:36 PMrun
exactly mirror pex_binary
with default execution_mode
? Inspecting the tmp process dir this seems true, but wanted to be completely sure. When setting execution_mode = "venv"
the layout does not change. That's ok, but I want to revise the advice verify applications work using pants run
before merging PRs being given to our developers to _`pants package` and then execute the resulting .pex
file if using non-default execution_mode._hundreds-father-404
06/16/2022, 6:38 PMrun
so that, for example, changing a source file does not require rebuilding the PEX
But as a result, run
is != package
followed by running that Pex.
Josh's PR will fix it so you don't need a pex_binary
target to run a script anymore. And when you do run a pex_binary
target, it will run the actual PEX rather than what we do nowbitter-ability-32190
06/16/2022, 6:41 PMnice-florist-55958
06/16/2022, 7:15 PMbusy-vase-39202
06/16/2022, 8:06 PMbitter-ability-32190
06/16/2022, 8:10 PMbusy-vase-39202
06/16/2022, 8:11 PM