Hello there! It's been a long time but I might hav...
# general
w
Hello there! It's been a long time but I might have found yet another chance to use
pants
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
Copy code
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?
1
👋 1
c
w
That did it! Just had to add
"<PATH>"
Tks @curved-manchester-66006!!
🚀 1