【问题标题】:Installing Home-brew on mac-os在 mac-os 上安装 Home-brew
【发布时间】:2021-04-02 03:02:02
【问题描述】:

您好,当我尝试在我的 mac os 笔记本电脑 M1 CHIP 上安装 home-brew 时遇到问题,安装时一切正常,但是我必须执行一个奇怪的步骤才能完成安装。这就是它在终端中所说的

''' ==> 下一步:

  • 将 Homebrew 添加到 /Users/wessammontasser/.zprofile 中的 PATH: echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/wessammontasser/.zprofile eval "$(/opt/homebrew/bin/brew shellenv)"
  • 运行 brew help 开始
  • 更多文档: https://docs.brew.sh '''

我要做的是为 Shopify 主题开发安装主题工具包

【问题讨论】:

    标签: macos themes shopify homebrew liquid


    【解决方案1】:

    您需要打开终端并启动:

    echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/wessammontasser/.zprofile eval "$(/opt/homebrew/bin/brew shellenv)"
    

    但是根据官方文档(https://brew.sh/index_fr),你只需要启动一行:

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

    【讨论】:

      猜你喜欢
      • 2018-12-25
      • 2017-04-07
      • 2019-03-26
      • 2012-02-14
      • 2023-02-10
      • 2021-04-17
      • 2011-04-20
      • 1970-01-01
      • 2014-10-17
      相关资源
      最近更新 更多