-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Describe the bug
I am on a m2 mac machine. The homebrew installation path is /opt/homebrew. But, the keybase-related cli commands are being installed into /usr/local/bin
To Reproduce
Steps to reproduce the behavior:
- Install keybase on a mac using homebrew
- Run the keybase client
- Open Terminal and type in
which keybaseand see that its pointing to/opt/homebrew/bin/keybase - In the same Terminal session, list the files in the
/usr/local/binfolder - and see that there's a different copy of the command (which is in effect a symbolic link to the same real execuable)
Expected behavior
Since the /opt/homebrew/bin folder is present in the local machine, I would have expected the symlink also to be created in that folder.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional numbers
Version 6.5.1-20250422141116+19f9cfeddb (6.5.1-20250422141116+19f9cfeddb)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels