Mac的brew把软件安装在哪了?
brew
🍺 The missing package manager for macOS (or Linux)
项目地址:https://gitcode.com/gh_mirrors/br/brew
免费下载资源
·
答案:
brew安装软件后,
1,配置文件在/usr/local/etc中
2,安装文件在/usr/local/Cellar中
3,二进制可执行程序的软连接在/usr/local/bin中
例如:
一般情况是这么操作的:
1、通过brew install安装应用最先是放在/usr/local/Cellar/目录下。
2、有些应用会自动创建软链接放在/usr/bin或者/usr/sbin,同时也会将整个文件夹放在/usr/local
3、可以使用brew list 软件名确定安装位置。
比如查找安装opencv 在那个位置
可以在mac终端直接输入 brew list opencv
那么问题来了,什么❓你找不到local吗?
一般情况下,在文件家里面我们是看不到的,我们可一直接cd
cd /usr/local/Cellar/
GitHub 加速计划 / br / brew
19
0
下载
🍺 The missing package manager for macOS (or Linux)
最近提交(Master分支:3 个月前 )
2432d018
build(deps-dev): bump rubocop from 1.69.2 to 1.70.0 in /Library/Homebrew
2 天前
ffc661b1
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2 天前
更多推荐
已为社区贡献8条内容
所有评论(0)