1. 程式人生 > >mac 下包管理工具 brew

mac 下包管理工具 brew

之前使用ubuntu,apt-get 實在好用,現在用mac 什麼工具比較好呢?當然是brew啦!
網站:https://brew.sh

命令列使用

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

即可進行安裝,如果安裝過程中出現ERROR:

/usr/local/Cellar is not writable. You should change the
ownership and permissions of /usr/local/Cellar back to
your user account: sudo chown -R $(whoami) /usr/local/Cellar Failed during: /usr/local/bin/brew update --force

照著提示,修改許可權即可:

sudo chown -R root  /usr/local/Cellar

如果中間還出現任何錯誤,按照提示修改即可!棒!