Homebrew

作者: iVikings | 来源:发表于2023-02-01 19:36 被阅读0次
    https://brew.sh/
    
    • Install Homebrew
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    
    • Next steps:
    • Run these three commands in your terminal to add Homebrew to your PATH:
    echo '# Set PATH, MANPATH, etc., for Homebrew.' >> /Users/huipeng/.zprofile
    
    echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/huipeng/.zprofile
    
    eval "$(/opt/homebrew/bin/brew shellenv)"
    
    • Uninstall Homebrew
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
    

    相关文章

      网友评论

          本文标题:Homebrew

          本文链接:https://www.haomeiwen.com/subject/whnihdtx.html