Difference between revisions of "Homebrew installation"

From wikieduonline
Jump to navigation Jump to search
Line 13: Line 13:
 
https://stackoverflow.com/a/55021458
 
https://stackoverflow.com/a/55021458
 
  cd $HOME
 
  cd $HOME
  git clone https://github.com/Homebrew/brew.git
+
  [[git clone]] https://github.com/Homebrew/brew.git
 
  ./brew/bin/brew tap homebrew/core
 
  ./brew/bin/brew tap homebrew/core
 
  [[export]] PATH=$HOME/brew/bin:$PATH >> ~/.zshrc # or ~/.bashrc
 
  [[export]] PATH=$HOME/brew/bin:$PATH >> ~/.zshrc # or ~/.bashrc

Revision as of 08:54, 17 March 2022

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
==> Checking for `sudo` access (which may request your password)...
Sorry, user sf may not run sudo on Ms-MacBook-Pro.
Need sudo access on macOS (e.g. the user YOUR_USERNAME needs to be an Administrator)!
sudo /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Password:
==> Checking for `sudo` access (which may request your password)...
Don't run this as root!

User installation

https://stackoverflow.com/a/55021458

cd $HOME
git clone https://github.com/Homebrew/brew.git
./brew/bin/brew tap homebrew/core
export PATH=$HOME/brew/bin:$PATH >> ~/.zshrc # or ~/.bashrc

Verify:

exec $SHELL
which brew # see that brew is found in your path

See also

Advertising: