$ rails new new_app と実行すると $ rbenv: rails: command not found $ The `rails' command exists in these Ruby versions: $ 2.5.3 とエラーがでてしまうことがある。 現在のディレクトリ内で指定されているrubyのバージョンのrailsがインストールされていないため。 $ gem i -v 5.1.4 rails railsのgemを取得しましょう! 一覧へ戻る お問い合わせ