pythonbrew - Is there a terminal command to find the path of libraries I installed with "brew install"? -
is there terminal command see location of libraries installed brew install
? know in /usr/local
, see whole path.
thanks!
you're looking which. example:
which brew # /usr/local/bin/brew pod # /usr/bin/pod
Comments
Post a Comment