Installing in Homebrew errors

后端 未结 8 2037
遥遥无期
遥遥无期 2020-12-04 05:38

Attempting to install rvm and ruby 1.9.2

I already installed homebrew and git, but couldn\'t get complete updates because I kept getting permission errors. Re-install

8条回答
  •  天命终不由人
    2020-12-04 06:19

    How did you install Homebrew? Their official installation instructions include running a ruby script. That should take care of the permission issues for you.

    If you don't want to run a script, there is a section of that page called "Installing to /usr/local for Developers" that explains the change in permissions needed for the /usr/local directory.

提交回复
热议问题