You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# brew installation folders: (/opt/homebrew/bin/brew for Apple Silicon, /usr/local/bin/brew for macOS Intel and /home/linuxbrew/.linuxbrew/bin/brew for Linux)
which brew > /dev/null 2>&1
if [ $? -eq 1 ]; then
echo -e "Brew was not found, or is not added to the PATH ... perform installation?\n"