Homebrewのインストール
Homebrewとは
Macのパッケージ管理ツール(=ソフトウェアを管理するシステム)。
Homebrewインストール手順
1. コマンドライン・デベロッパー・ツールをインストール
$ xcode-select --install
以下↓が表示された場合は、すでにインストールされているので何もしなくてOK。
xcode-select: error: command line tools are already installed, use "Software Update" to install updates
2. Homebrewがインストール済みか確認する
以下↓が表示されていればインストールされているのでOK。
(バージョンは人によって異なる。)
$ brew -v
Homebrew 2.1.16
↑が表示されない場合は、Homebrewをインストールします
3. Homebrewをインストールする
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Press RETURN to continue or any other key to abort
# => Enterキーを押す
Password:
# => Macにログインする時のパスワードを入力する
$ brew update
# インストール完了後、brewをアップデートする
Author And Source
この問題について(Homebrewのインストール), 我々は、より多くの情報をここで見つけました https://qiita.com/puripuri_corgi/items/9defa96f5d6cd6c5969a著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .