wooden-thailand-8386
02/01/2024, 7:56 PMpants again!
I'm currently running a POC here at work to use pants for a monorepo containing all of our dockerfiles. I'm trying to run pants package :: and it seems like pants can't find bash .
The error message I'm getting is
ProcessExecutionFailure: Process 'Searching for `bash` on PATH=/usr/bin:/bin:/usr/local/bin:/opt/homebrew/bin' failed with exit code 127.
and my actual PATH is completely different than that and because I'm using NixOS here, the applications aren't installed in any of the "default" path locations as of other linux distros.
I'm wondering if the way pants works right now is looking for those standard locations (maybe hardcoded) by default and that can't be changed? Any way to customize that at all?curved-manchester-66006
02/01/2024, 8:08 PMwooden-thailand-8386
02/01/2024, 8:11 PM"<PATH>"wooden-thailand-8386
02/01/2024, 8:11 PM