解决mac安装homebrew后报错-bash: brew: command not found

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
sudo vim .bash_profile
export PATH=/usr/local/bin:$PATH
source .bash_profile使配置修改生效。

评论

此博客中的热门博文

Android跨平台编译 —— libevent

开源 C++ 库列表

在Mac OS下使用libevent库