brew 安装权限问题求救。

2020-05-11 10:16:39 +08:00
 ztlong

mac 新手,使用 brew 安装 telnet,可是安装过程提示如下:

Error: The following directories are not writable by your user:
/usr/local/lib

You should change the ownership of these directories to your user.
  sudo chown -R $(whoami) /usr/local/lib

And make sure that your user has write permission.
  chmod u+w /usr/local/lib

既然当前用户没有写入权限,那么 sudo 或者切换至 root 安装吧,也不行,不过这个错误倒起码是很中肯:

Error: Running Homebrew as root is extremely dangerous and no longer supported.
As Homebrew does not drop privileges on installation you would be giving all
build scripts full access to your system.

但是据我对 linux 的使用经验,/usr/local/lib 理应由系统掌控,直接这么简单粗暴的把系统目录改成当前用户,有所不当吧,虽然这个应该不会有什么影响。或者是我对 brew 的理解不够,有其他的地方可以配置?还请大家指教。谢谢。

2450 次点击
所在节点    MacBook Pro
3 条回复
chendy
2020-05-11 10:23:41 +08:00
IgniteWhite
2020-05-11 10:25:28 +08:00
/usr/local 在 macOS 就是用户自留目录…跑那两个提示的命令就好
littleylv
2020-05-11 10:27:47 +08:00
~ groups $(whoami)
staff

然后把 lib 目录改成 staff 组,用户仍然 root
drwxrwxr-x 307 root staff
给与同组权限,这样 $(whoami) 就有写权限了

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/670433

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX