Can't find after software installations

After I install a software (jenv and homebrew), I can run them. The installation processes seem to be fine without any error messages. The commands, "which jenv" and "which homebrew", don't return anything. I dig deep a little and find they are not in the directory /usr/bin With my Linux back ground, I can't figure what is missing for the normal installation processes.

Posted on May 20, 2021 6:09 PM

Reply
4 replies

May 20, 2021 6:33 PM in response to vw1705

  • Homebrew installs packages to their own directory and then symlinks their files into /usr/local.
$ cd /usr/local
$ find Cellar
Cellar/wget/1.16.1
Cellar/wget/1.16.1/bin/wget
Cellar/wget/1.16.1/share/man/man1/wget.1

$ ls -l bin
bin/wget -> ../Cellar/wget/1.16.1/bin/wget
  • Homebrew won’t install files outside its prefix and you can place a Homebrew installation wherever you like.


https://brew.sh/#:~:text=What%20Does%20Homebrew%20Do%3F,Linux%20system)%20didn't.&text=Homebrew%20installs%20packages%20to%20their,Homebrew%20installation%20wherever%20you%20like.


https://jldlaughlin.medium.com/how-does-homebrew-work-starring-rust-94ae5aa24552

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Can't find after software installations

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.