エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
rbenv: rails: command not found - Qiita
$ rails -v rbenv: rails: command not found The 'rails' command exists in these Ruby versions: 2.5... $ 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.
2023/03/03 リンク