美文网首页
在macOS上安装Homebrew(常简称为brew)

在macOS上安装Homebrew(常简称为brew)

作者: 郭欢小哥 | 来源:发表于2024-06-04 16:43 被阅读0次

    打开终端

    可以通过在Spotlight搜索中输入Terminal并打开它,或者在应用程序>实用工具目录中找到终端应用。

    运行安装命令

    /bin/bash -c"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

    添加Homebrew到你的PATH

    echo'eval "$(/opt/homebrew/bin/brew shellenv)"'>> /Users/你的用户名/.zprofileeval"$(/opt/homebrew/bin/brew shellenv)"

    验证安装

    brew doctor

    相关文章

      网友评论

          本文标题:在macOS上安装Homebrew(常简称为brew)

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