client
client copied to clipboard
Folder where the macos cli is installed is incorrect
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 an arm mac using homebrew
- Run the keybase client
- In a 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) - To be able to use the cli, I will then have to manually ensure that the zsh configuration files includes this folder in the PATH env var.
Expected behavior
Since the /opt/homebrew/bin folder is present in the local machine and the PATH environment variable includes that for arm machines, I would have expected the symlink also to be created in that folder.
Screenshots If applicable, add screenshots to help explain your problem.
Version 6.5.1-20250422141116+19f9cfeddb (6.5.1-20250422141116+19f9cfeddb)
Additional numbers The number 345567