You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am installing puku as a please tool as per the readme:
[Alias "puku"]
Cmd = run //third_party/binary:puku --
PositionalLabels = true
Desc = A tool to update BUILD files in Go packages
When trying to puku sync it complains about not finding plz.
$ ./pleasew puku sync -w15:21:58 CRITICAL failed to query config: %!w(*errors.errorString=&{exec: "plz": executable file not found in $PATH})
I believe ./pleasew installs please in ~/.please with the name please so there's no chance for puku to ever find it as plz even if the $PATH gets set correctly?
The text was updated successfully, but these errors were encountered:
I am installing puku as a please tool as per the readme:
When trying to puku sync it complains about not finding
plz
.I believe
./pleasew
installs please in~/.please
with the nameplease
so there's no chance for puku to ever find it asplz
even if the$PATH
gets set correctly?The text was updated successfully, but these errors were encountered: