#author("2019-09-22T14:43:47+09:00","default:tanak0to","tanak0to")
RIGHT:[[Mac 関係覚え書き]]

*インストール [#wad6366e]
https://brew.sh/index_ja にあるコマンドを実行.
 $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

*Proxy 設定 [#w91aa06f]
 $ export http_proxy=http://xxx.xxx.xxx.xxx:yyyy
 $ export https_proxy=$http_proxy
 $ export all_proxy=$http_proxy 

*更新 [#l3ced337]
 $ brew update  <-- brew 自身のアップデート
 $ brew upgrade
 $ brew cleanup

*Xcode [#c3cbb7e6]
Xcode Command Line tools が必要といわれるときがある.
 $ xcode-select --install

*brew doctor [#h0946b98]
brew doctor を実施すると Warning がでる.

その一つがmacのファイルシステムがデフォルト case-sensitive(大小区別する)なのでというもの.

*パッケージインストール [#rb503e4d]
 $ brew install パッケージ名 

*インストール状況を確認 [#ub50dd17]
 $ brew info パッケージ名

*インストールされているパッケージリスト [#v5d33b5a]
 $ brew list


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS