如果没有指定软件(formula),就显示HomeBrew的安装位置。
formula
HomeBrew
示例:
cd `brew --prefix`
如果指定了软件(formula),就显示指定的formula的安装位置。
export JAVA_HOME=`brew --prefix jdk`