Mac pro怎么安装brew

Mac pro怎么安装brew命令?
已邀请:

空心菜 - 心向阳光,茁壮成长

ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
或者
curl -LsSf http://github.com/mxcl/homebrew/tarball/master | sudo tar xvz -C /usr/local --strip 1
 
 

空心菜 - 心向阳光,茁壮成长

赞同来自: koyo

通过网站:https://brew.idayer.com/ 设置的国内代理的完成,链接如下:

/bin/bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install.sh)"

更改安装源:

$ echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles' >> ~/.bash_profile
$ source ~/.bash_profile

参考:https://blog.csdn.net/Etir00/article/details/108062340 

要回复问题请先登录注册