Quantcast
Channel: Bashタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 2912

brewコマンドが見つかりませんcommand not foundとなるときの解決策

$
0
0
背景 MacOSのターミナルにて、「brew ○○」というコマンドを実行したときに、「command not found」エラーになったときの解決方法のメモ。 解決策 ターミナルにて以下のコマンドを実行して、brewをインストールすればOK。 インストールの途中で「継続しますか?」と聞かれるのでYesを選択する。 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" 参考

Viewing all articles
Browse latest Browse all 2912

Trending Articles