Mac下安装home-brew

      最近在Mac上安装python3,在网上找了下,基本上是需要先安装homebrew,安装brew并不是有多难,而是官方给的方法在天朝不太实用(用了fq也不管用),在网上找了很多资料,然而给的答案基本上都是官方给的命令行,作为在天朝的我,一行简单的脚本试了好几次,都不能正常的安装,后来尝试用国内的镜像地址,虽然也尝试了好多次,最后终于有了结果,安装成功了,在这里记录下来,方便后来者不用浪费那么多时间来安装这个并没有太难的工具。

     还是给出官方的安装方式,喜欢的小伙伴可以试试:

 

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

用国内的镜像安装的过程如下:

 

1.将安装brew的文件下载到本地

 

cd ~ && curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install >> brew_install

2.修改安装文件内的镜像源(BREW_REPO和CORE_TAP_REPO)

 

 

#!/System/Library/Frameworks/Ruby.framework/Versions/Current/usr/bin/ruby
# This script installs to /usr/local only. To install elsewhere you can just
# untar https://github.com/Homebrew/brew/tarball/master anywhere you like or
# change the value of HOMEBREW_PREFIX.
HOMEBREW_PREFIX = "/usr/local".freeze
HOMEBREW_REPOSITORY = "/usr/local/Homebrew".freeze
HOMEBREW_CACHE = "#{ENV["HOME"]}/Library/Caches/Homebrew".freeze
HOMEBREW_OLD_CACHE = "/Library/Caches/Homebrew".freeze

#BREW_REPO = "https://github.com/Homebrew/brew".freeze
BREW_REPO = "git://mirrors.ustc.edu.cn/brew.git".freeze

#CORE_TAP_REPO = "https://github.com/Homebrew/homebrew-core".freeze
CORE_TAP_REPO = "git://mirrors.ustc.edu.cn/homebrew-core.git".freeze

3.执行安装

 

 

/usr/bin/ruby ~/brew_install

4.添加执行路径

 

 

sudo vim /etc/profile
添加/etc/local/bin到PATH
source /etc/profile

5.验证是否安装成功

 

brew doctor


如果未提示command not found,则表示安装成功

 

6.安装python3

 

brew install python3

整个安装过程结束。

 

 




    

 

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

banche168

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值