ancient-terabyte-9085
09/08/2023, 7:07 PMclang-format
package installs clang-format
in the environment's bin
folder, but does not have a useful Python module of its own to import. Is this executable available somewhere in the sandbox?high-yak-85899
09/09/2023, 1:16 AMenough-analyst-54434
09/09/2023, 2:09 PMancient-terabyte-9085
09/11/2023, 6:48 PMVenvPexRequest
under the hood; would this be available from a pants run
command? Where would I find the executable in the sandbox?enough-analyst-54434
09/14/2023, 1:12 AMbin/
scripts available on the `PATH`; so you can use the subprocess
module (for example) to execute such a script by name without knowing its exact pathancient-terabyte-9085
09/14/2023, 5:54 PM