快捷安装Mac系统下安装/卸载brew

Homebrew是一个包管理器,用于在Mac上安装一些OSX上没有的UNIX工具(比如wget)。

卸载:

/usr/bin/ruby -e "$(curl -fsSL [https://raw.githubusercontent.com/Homebrew/install/master/uninstall](https://raw.githubusercontent.com/Homebrew/install/master/uninstall))"
  • 安装brew

  • homebrew国内自动安装脚本https://gitee.com/cunkai/HomebrewCN
  •  /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

    中途输入几次密码,安装成功。

  •  

猜你喜欢

转载自blog.csdn.net/qq_41722524/article/details/125062119