Silicon MACs – HOMEBREW PATH


# If you come from bash you might have to change your $PATH.

# intel macs
# export PATH=$HOME/bin:/usr/local/bin:$PATH

# silicon macs
export PATH="/opt/homebrew/bin/:$PATH"
 
Scroll to Top