2013-08-03から1日間の記事一覧

ruby2.0.0インストール

$ brew install readline openssl rbenv ruby-build $ brew link readline openssl --force $ echo 'eval "$(rbenv init - zsh)"' >> ~/.zsh_profile $ source ~/.zsh_profile homebrewから証明書を取得 ※ruby2.0をhomebrewから入れたopensslを使ってコンパ…

homebrewインストール

MacOSを久しぶりにクリーンインストールしたので、ついでに諸々の手順を残しとく前提:XCodeでCommand Line Toolをインストール $ ruby -e "$(curl -fsSLk https://gist.github.com/raw/323731/install_homebrew.rb)" $ brew doctor Your system is raring t…