V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
ztlong
V2EX  ›  MacBook Pro

brew 安装权限问题求救。

  •  
  •   ztlong · 2020-05-11 10:16:39 +08:00 · 2414 次点击
    这是一个创建于 1418 天前的主题,其中的信息可能已经有所发展或是发生改变。

    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 的理解不够,有其他的地方可以配置?还请大家指教。谢谢。

    3 条回复    2020-05-11 10:27:47 +08:00
    IgniteWhite
        2
    IgniteWhite  
       2020-05-11 10:25:28 +08:00 via iPhone
    /usr/local 在 macOS 就是用户自留目录…跑那两个提示的命令就好
    littleylv
        3
    littleylv  
       2020-05-11 10:27:47 +08:00   ❤️ 1
    ~ groups $(whoami)
    staff

    然后把 lib 目录改成 staff 组,用户仍然 root
    drwxrwxr-x 307 root staff
    给与同组权限,这样 $(whoami) 就有写权限了
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2751 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 30ms · UTC 12:13 · PVG 20:13 · LAX 05:13 · JFK 08:13
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.