标签:blank http 更新 rem www tps get search zh-cn
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
使用:
搜索软件:brew search 软件名,如brew search wget
安装软件:brew install 软件名,如brew install wget
卸载软件:brew remove 软件名,如brew remove wget
Mac系统的环境变量,加载顺序为:
/etc/profile /etc/paths ~/.bash_profile ~/.bash_login ~/.profile ~/.bashrc
单个用户设置
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
1)~/.bash_profile (任意一个文件中添加用户级环境变量)
(注:Linux 里面是 .bashrc 而 Mac 是 .bash_profile)
2)~/.bashrc 同上
如果想立刻生效,则可执行下面的语句: $ source 相应的文件
标签:blank http 更新 rem www tps get search zh-cn
原文地址:http://www.cnblogs.com/Hi-blog/p/6655292.html