Answers for "brew command not found"

0

brew not found

cd /opt/homebrew/bin/

PATH=$PATH:/opt/homebrew/bin

cd

touch .zshrc

echo export PATH=$PATH:/opt/homebrew/bin >> .zshrc

source: stackoverflow
Posted by: Guest on August-04-2021
6

brew not found

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Posted by: Guest on November-29-2020
0

brew command not found

eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
Posted by: Guest on September-10-2021

Code answers related to "brew command not found"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language