Mac安装homebrew安装到指定目录

Posted cl2blogs

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac安装homebrew安装到指定目录相关的知识,希望对你有一定的参考价值。

第一种直接安装在/usr/local目录下

mac 打开终端输入

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

第二种安装到/usr/local/homebrew

mac 打开终端输入

mkdir homebrew && curl -L https://github.com/Homebrew/homebrew/tarball/master | tar xz --strip 1 -C homebrew

然后在配置

终端输入cd ~

终端输入open .bash_profile

在里面加入

homebrew=/usr/local/homebrew/bin:/usr/local/homebrew/sbin
export PATH=$homebrew:$PATH

保存

 

终端输入source .bash_profile

最后更新一下

终端输入

 

brew update



以上是关于Mac安装homebrew安装到指定目录的主要内容,如果未能解决你的问题,请参考以下文章

Mac 必备工具之 brew

13.Mac 必备工具之 brew

MAC下安装Homebrew 和 @权限的问题

homebrew mysql 安装目录在哪

mac:python安装路径

mac安装homebrew失败怎么办