$ rails -v rbenv: rails: command not found The 'rails' command exists in these Ruby versions: 2.5.0 解決策 ruby 2.5.0のrails ならあるよってことかな?ひとまずRails をインストールします。 $ gem install rails 終わったと思っていたら、 $ rails --version Could not find rake-12.3.1 in any of the sources Run `bundle install` to install missing gems.