MacOS M1 Warning: /opt/homebrew/bin is not in your PATH. 刘永胜是我 2022-03-16 1,456 阅读1分钟 背景 Mac M1, 安装 homebrew的时候,出现如下报错: Warning: /opt/homebrew/bin is not in your PATH. 解决方案 Edit your ~/.zshrc or ~/.bashrc with at the end of file : export PATH=/opt/homebrew/bin:$PATH tap source ~/.zshrc in your terminal or restart it.