Search code examples
terminalpythonbrew

Is there a terminal command to find the path of libraries I installed with "brew install"?


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!


Solution

  • You're looking for which. For example:

    which brew
    # /usr/local/bin/brew
    
    which pod
    # /usr/bin/pod