Closed jasonwbarnett closed 8 months ago
https://github.com/pantsbuild/pants/issues/19013 is tangentially related (both about this search and error message), although that's notably different.
How did /usr/local/bin/pulumi
get there? Was it brew-installed on MacOS? Just verifying that this happens on MacOS and on Linux, as you state?
I can't reproduce this on my M1 so far.
It turns out that after running clean -fdx .
and rm -rf ~/.cache/pants
it "just worked."
@jasonwbarnett is this reopened on purpose?
Describe the bug
I have this
BUILD
fileAfter adding
/usr/local/bin
toextra_search_paths
it worksI would expect either the error message not to mention
/usr/local/bin
being in the search path (if not being used) or to properly use the search path.Pants version 2.19
OS Mac OS and Linux