Ho già installato Brew, ma ora non funziona.
Quando eseguo brew
, mi dà l'errore -bash: brew: command not found
Quindi ho provato a reinstallare usando il codice
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Ma me ne dà un altro:
It appears Homebrew is already installed. If your intent is to reinstall you should do the following before running this installer again: rm -rf /usr/local/Cellar /usr/local/.git && brew cleanup
Se utilizzo il comando rm -rf /usr/local/Cellar /usr/local/.git && brew cleanup
, restituisce il primo errore: -bash: brew: command not found
Che cosa dovrei fare ora?