いっつも忘れるので、メモする
エラーはこちら。
$ 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!
めでたし。めでたし。