How to install Homebrew on OS X?

后端 未结 13 1246
花落未央
花落未央 2020-12-07 08:13

I\'m trying to install Homebrew on OS X.

According to the Homebrew site I should type

brew install wget

and all I get is

         


        
相关标签:
13条回答
  • 2020-12-07 08:45

    Check if Xcode is installed or not:

    $ gcc --version
    
    $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    
    $ brew doctor
    
    $ brew update
    

    http://techsharehub.blogspot.com/2013/08/brew-command-not-found.html "click here for exact instruction updates"

    0 讨论(0)
提交回复
热议问题