Mac下獲取Homebrew安裝的軟體路徑

2021-09-11 13:48:42 字數 753 閱讀 2922

1、通過brew install安裝應用最先是放在/usr/local/cellar/目錄下。 2、有些應用會自動建立軟鏈結放在/usr/bin或者/usr/sbin,同時也會將整個資料夾放在/usr/local 3、可以使用brew list 軟體名(比如 brew list oclint)確定安裝位置。

brew list oclint

/usr/local/cellar/oclint/0.13/bin/oclint

/usr/local/cellar/oclint/0.13/bin/oclint-0.13

/usr/local/cellar/oclint/0.13/bin/oclint-json-compilation-database

/usr/local/cellar/oclint/0.13/bin/oclint-xcodebuild

/usr/local/cellar/oclint/0.13/include/c++/ (151 files)

/usr/local/cellar/oclint/0.13/lib/clang/ (141 files)

/usr/local/cellar/oclint/0.13/lib/oclint/ (75 files)

複製**

mac 上的brew安裝軟體的時候.如何指定軟體安裝位置呢?

homebrew github問答

brew change package install location

Mac下通過Homebrew安裝MySQL

安裝完成之後,安裝其他的軟體就特別方便了。執行 brew install mysql等成功安裝完成,結果想要登入的時候報了個錯誤 error 2002 hy000 can not connect to local mysql server through socket tmp mysql.sock ...

Mac下通過Homebrew安裝MySQL

安裝完成之後,安裝其他的軟體就特別方便了。執行 brew install mysql等成功安裝完成,結果想要登入的時候報了個錯誤 error 2002 hy000 can not connect to local mysql server through socket tmp mysql.sock ...

Mac下通過Homebrew安裝MySQL

安裝完成之後,安裝其他的軟體就特別方便了。執行 brew install mysql等成功安裝完成,結果想要登入的時候報了個錯誤 error 2002 hy000 can not connect to local mysql server through socket tmp mysql.sock ...