brew安装
1.sudo vim ~/.bash_profile
2.输入电脑密码
3.sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
4.where brew
Brew not found
5./usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
6.brew help
brew不是用来装apk的,brew是Mac下用来安装软件的。
例如可以
brew install git
brew install gradle
brew install tig
网友评论