LoginSignup
2
2

More than 5 years have passed since last update.

rbenvでrubyの2.0.0がないよって言われたとき

Last updated at Posted at 2014-03-21

rbenv alias

$ bundle config
rbenv: version `2.0.0' is not installed

ってのがでたときに

$ brew install rbenv-aliases

$ rbenv alias --auto

$ bundle config
Settings are listed in order of priority. The top value will be used.
path
Set for your local app (/Users/blabbers/repos/rspec_rails_4/.bundle/config): "vendor/bundle"

disable_shared_gems
Set for your local app (/Users/blabbers/repos/rspec_rails_4/.bundle/config): "1"

これで大丈夫!

github

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2