
Homebrew
张伯毅
某厂技术,Apache DolphinScheduler Committer.
专注于调度&实时&大数据体系~
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Homebrew/Linuxbrew 更换数据源为: 清华镜像
# 步骤一 cd "$(brew --repo)" git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git # 步骤二 cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core" git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebre...翻译 2020-07-06 17:40:59 · 8292 阅读 · 0 评论 -
MAC 环境,brew 命令报错: cannot load such file -- concurrent/2.6/concurrent_ruby_ext (LoadError)
问题描述 MAC 环境,brew 命令报错:cannot load such file -- concurrent/2.6/concurrent_ruby_ext (LoadError) [ 注: 重装环境不起作用 ] 报错信息: MacBook-Pro:.Trash sysadmin$ brew list Traceback (most recen...原创 2020-02-22 17:47:52 · 4708 阅读 · 0 评论 -
MAC Homebrew 指令安装&卸载
1.安装brew /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" MacBook-Pro:.Trash sysadmin$ /usr/bin/ruby -e "$(curl -fsSL https://raw.github...原创 2020-02-22 17:17:25 · 3275 阅读 · 0 评论