LoginSignup
106
59

More than 5 years have passed since last update.

新しいRubyのバージョンをインストールすると`bundle install`できない

Posted at

いっつも忘れるので、メモする

エラーはこちら。

$ bundle install
rbenv: bundle: command not found

The `bundle' command exists in these Ruby versions:
  2.1.6
  2.1.8
  2.2.4
  2.2.5
  2.3.1
  2.3.2
  2.3.3

解決方法は簡単で、bundlerをインストールする

$ gem install bundler
.
.
.
1 gem installed
$ bundle install
.
.
.
Bundle complete!

めでたし。めでたし。

106
59
3

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
106
59