当前位置:   article > 正文

mac M2 出现 zsh: command not found: brew问题解决方案

zsh: command not found: brew

mac M2 出现 zsh: command not found: brew问题解决方案

各操作系统安装第三方工具指令

1 . mac os 安装第三方工具命令brew
2. RedHat系列:Redhat、Centos、Fedora等 安装第三方工具命令 yum
3. Debian系列:Debian、Ubuntu 安装第三方工具命令 apt-get

执行md5sum校验文件真实性或完整性,出现
在这里插入图片描述

% brew install md5sha1sum
zsh: command not found: brew
  • 1
  • 2
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  • 1
  • 提示输入密码 Checking for sudo access (which may request your password)...
    (https://img-blog.csdnimg.cn/b14632baabbe410dbe942b8262a7b354.png)
在这里插入图片描述
  • 缺少path Warning: /opt/homebrew/bin is not in your PATH.
    在这里插入图片描述

新电脑中没有 ~/.zshrc 文件,直接vim ~/.zshrc

export PATH=/opt/homebrew/bin:$PATH
  • 1

刷新环境 source /etc/.zshrc

验证 homebrew 安装,brew -v,显示如下

Homebrew 4.1.18
  • 1

在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/菜鸟追梦旅行/article/detail/508166
推荐阅读
相关标签
  

闽ICP备14008679号