Skip to content

Instantly share code, notes, and snippets.

@14021939
Last active February 27, 2016 05:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 14021939/3c33fe1c6fdc8a5fc318 to your computer and use it in GitHub Desktop.
Save 14021939/3c33fe1c6fdc8a5fc318 to your computer and use it in GitHub Desktop.
El Capitanをクリーンインストールしたので、一からRuby開発環境を作ってみる ref: http://qiita.com/14021939/items/da964ed6d037448f3242
$ brew update
$ brew install rbenv
$ brew install rbenv-gemset
$ rbenv install -l # インストールできるrubyの一覧を表示
$ rbenv install 2.3.0 # 現時点での最新安定バージョンをインストール
$ benv global 2.3.0 # 全環境共通のバージョン指定
$ gem install bundler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment