Mac 下安装 brew Warning: /usr/local/bin is not in your PATH.

brew   程序员的世界哪能没有它

安装brew

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

报错:

Warning: /usr/local/bin is not in your PATH

解决:

执行下面命令

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

Installation successful!

安装 wget

brew install wget     #安装wget

brew upgrade wget     #更新wget

参考

http://brew.sh/

猜你喜欢

转载自blog.csdn.net/spirit_8023/article/details/85126081