Skip to content

Instantly share code, notes, and snippets.

@ayuLiao
Last active March 6, 2019 07:57
Show Gist options
  • Save ayuLiao/24094cdac520ffff4f2234c92f6ee300 to your computer and use it in GitHub Desktop.
Save ayuLiao/24094cdac520ffff4f2234c92f6ee300 to your computer and use it in GitHub Desktop.
1、通过brew install安装应用最先是放在/usr/local/Cellar/目录下。 2、有些应用会自动创建软链接放在/usr/bin或者/usr/sbin,同时也会将整个文件夹放在/usr/local 3、可以使用 brew list 软件名 (比如 brew list oclint)确定安装位置。
9377deMac-mini:~ a9377$ brew list jenkins
/usr/local/Cellar/jenkins/2.166/bin/jenkins
/usr/local/Cellar/jenkins/2.166/bin/jenkins-cli
/usr/local/Cellar/jenkins/2.166/homebrew.mxcl.jenkins.plist
/usr/local/Cellar/jenkins/2.166/libexec/ (2 files)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment