bitter-ability-32190
08/29/2023, 8:52 PMsubprocess.run(["ffmpeg" ...])
or import pydub
without anything on the system other than the essentials.
I'll probably be opening PRs to have Pants make this a smidge simpler, but essentially:
[subprocess-environment]
env_vars=[
"LD_LIBRARY_PATH=.debian/usr/lib",
]
[pex]
executable_search_paths = ["<PATH>", ".debian/usr/bin"]
and 🪄flat-zoo-31952
08/30/2023, 12:13 AMbitter-ability-32190
08/30/2023, 1:11 AM