Error Installing Homebrew - Brew Command Not Found

后端 未结 7 1125
孤独总比滥情好
孤独总比滥情好 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:46

    You can run in terminal

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

    then install https://github.com/robbyrussell/oh-my-zsh.

    When those complate run i.e pico editor pico .zshrc and past those lines:

    export PATH="$HOME/.linuxbrew/bin:$PATH"
    export MANPATH="$HOME/.linuxbrew/share/man:$MANPATH"
    export INFOPATH="$HOME/.linuxbrew/share/info:$INFOPATH"
    

    remember use brew doctor :)

    enter image description here

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