Skip to content

Instantly share code, notes, and snippets.

@jaymcgavren
Last active July 27, 2022 23:56
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jaymcgavren/bb85914950578edabad190c3bf670d90 to your computer and use it in GitHub Desktop.
Save jaymcgavren/bb85914950578edabad190c3bf670d90 to your computer and use it in GitHub Desktop.
Install Homebrew to your home directory. Great for running Homebrew as a guest user on a Mac.
git clone https://github.com/Homebrew/brew.git
export PATH=${HOME}/brew/bin:${PATH}
@jurgan
Copy link

jurgan commented Nov 20, 2016

Hi,
probably a silly question, but is this still valid for OS Sierra?
Thanks!

@DerZyklop
Copy link

@jurgan cant see a reason why it shouldnt

@jpeyret
Copy link

jpeyret commented Jun 26, 2017

confirmed working Sierra.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment