Skip to content

Instantly share code, notes, and snippets.

@abrhambas01
Created November 11, 2018 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abrhambas01/dcbdec5c3a9e276f1515d0cf1441f096 to your computer and use it in GitHub Desktop.
Save abrhambas01/dcbdec5c3a9e276f1515d0cf1441f096 to your computer and use it in GitHub Desktop.
Running brew globally
test -d ~/.linuxbrew && PATH="$HOME/.linuxbrew/bin:$HOME/.linuxbrew/sbin:$PATH"
test -d /home/linuxbrew/.linuxbrew && PATH="/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:$PATH"
test -r ~/.bash_profile && echo "export PATH='$(brew --prefix)/bin:$(brew --prefix)/sbin'":'"$PATH"' >>~/.bash_profile
echo "export PATH='$(brew --prefix)/bin:$(brew --prefix)/sbin'":'"$PATH"' >>~/.profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment