码迷,mamicode.com
首页 > 其他好文 > 详细

brew 源 & pip 源

时间:2017-08-03 09:55:59      阅读:121      评论:0      收藏:0      [点我收藏+]

标签:编译   tle   二进制   dom   www   origin   help   homebrew   mirror   

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 源

标签:编译   tle   二进制   dom   www   origin   help   homebrew   mirror   

原文地址:http://www.cnblogs.com/Tommy-Yu/p/7277851.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!