Is there a terminal command to see the location of libraries I installed with brew install
? I know they are in /usr/local
, but I would like to see the whole path.
Thanks!
You're looking for which. For example:
which brew
# /usr/local/bin/brew
which pod
# /usr/bin/pod