MacOS M1 Warning: /opt/homebrew/bin is not in your PATH.

1,456 阅读1分钟

背景

Mac M1, 安装 homebrew的时候,出现如下报错:

Warning: /opt/homebrew/bin is not in your PATH.

解决方案

  1. Edit your ~/.zshrc or ~/.bashrc with at the end of file :
export PATH=/opt/homebrew/bin:$PATH
  1. tap source ~/.zshrc in your terminal or restart it.