Mac 安装 HomeBrew

HomeBrew 官网安装

安装命令

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

卸载命令

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

清华大学镜像加速安装

清华大学 Homebrew 镜像文档地址

https://mirrors.tuna.tsinghua.edu.cn/help/homebrew/

配置镜像环境变量

bash 复制代码
export HOMEBREW_INSTALL_FROM_API=1
export HOMEBREW_API_DOMAIN="https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles/api"
export HOMEBREW_BOTTLE_DOMAIN="https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles"
export HOMEBREW_BREW_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git"
export HOMEBREW_CORE_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git"

下载安装脚本

bash 复制代码
git clone --depth=1 https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/install.git ~/brew-install

运行安装脚本

bash 复制代码
/bin/bash ~/brew-install/install.sh

安装之后还需要将镜像地址写入环境变量配置文件 ~/.zprofile, 以便后续升级 brew

sh 复制代码
eval "$(/usr/local/bin/brew shellenv)"

# Set PATH, MANPATH, etc., for Homebrew.
export HOMEBREW_BREW_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git"
export HOMEBREW_CORE_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git"
相关推荐
daqinzl26 分钟前
java获取机器ip、mac
java·mac·ip
Mac新人29 分钟前
一招解决Mac没有剪切板历史记录的问题
macos·mac
王拴柱33 分钟前
Mac保护电池健康,延长电池使用寿命的好方法
macos·mac
没有感情的robot2 天前
mac 修改启动图图标数量
mac
自学AI的鲨鱼儿2 天前
MAC 安装 brew及其常用命令
macos·brew
Mac新人2 天前
如何才能实时监测Mac的运行状态
macos·mac
星空爱忆4 天前
CleanShot X - Mac(苹果电脑)专业截图录屏软件
mac·cleanshot
Mac新人4 天前
Mac如何实现高效且干净的卸载应用程序
macos·mac
我是你小哥啊7 天前
mac下使用docker安装php7.4环境
运维·docker·容器·php·mac
王拴柱7 天前
使用Mac如何才能提高OCR与翻译的效率
macos·ocr·mac