首页 > 代码库 > brew 源 & pip 源
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 源
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。