Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
Created February 3, 2016 02:12
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 YumaInaura/fcba2cb7a969b6e90f30 to your computer and use it in GitHub Desktop.
Save YumaInaura/fcba2cb7a969b6e90f30 to your computer and use it in GitHub Desktop.
rbenv | global と local と .ruby-version の微妙な関係 ref: http://qiita.com/Yinaura/items/0b021984bb21ae77816d
$ rbenv global 2.2.0 # => ~/.rbenv/version に 2.2.0 と書き出される
$ rbenv global 2.3.0 # => ./.ruby-version に 2.3.0 と書き出される
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment