brew 源 & pip 源

Posted 余文涛的烂笔记

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了brew 源 & pip 源相关的知识,希望对你有一定的参考价值。

brew源: https://www.zhihu.com/question/31360766

摘要

1. 替换formula 索引的镜像(即 brew update 时所更新内容)

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/homebrew/homebrew-core.git

brew update

  

2. 替换Homebrew 二进制预编译包的镜像

echo ‘export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles‘ >> ~/.bash_profile
source ~/.bash_profile

  

 

pip源[ustc]

https://lug.ustc.edu.cn/wiki/mirrors/help/pypi

[global]
index-url = https://mirrors.ustc.edu.cn/pypi/web/simple
format = columns

  

以上是关于brew 源 & pip 源的主要内容,如果未能解决你的问题,请参考以下文章

Mac brew 安装amp环境

pip、brew、apt-get区别和作用

brew 0.1.4安装python pip错误

brew 使用| brew 切换源 | brew cask使用

Mac/Homebrew brew update慢的方法

Brew 替换为国内源Mac