El Capitan & Homebrew

Last updated on April 14, 2024 am

El Capitan just released. And surely we need to take care the upgrade for Homebrew. Check this out if you're not familiar with it.

Here's the upgrade steps:

  1. update xcode to 7.0.1
  2. install command line tool
xcode-select --install
  1. fix /usr/local permission
sudo chown $(whoami):admin /usr/local && sudo chown -R $(whoami):admin /usr/local
  1. run update & upgrades
    brew update
    brew upgrade
    brew cask update
    brew doctor
    brew cleanup
    brew cask cleanup
    

Reference:


El Capitan & Homebrew
https://mingster.com/2015/10/03/el-capitan-homebrew/
Author
mingster
Posted on
October 3, 2015
Licensed under