Error Installing Homebrew - Brew Command Not Found

后端 未结 7 1200
孤独总比滥情好
孤独总比滥情好 2020-12-24 11:51

I\'ve spent the bulk of my Friday trying to get the latest version of Ruby installed on my new MacBook Air (w/ Mountain Lion installed).

I have all the latest versio

7条回答
  •  不思量自难忘°
    2020-12-24 12:33

    You can use this:

    ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" 
    

    to install homebrew.

提交回复
热议问题