私は実行しようとしています
rails new demo
しかし、私は言われます:
Rails is not currently installed on this system. To get the latest version, simply type:
$ sudo gem install rails
You can then rerun your "rails" command.
私はそのコマンドを実行し、多くの 'fetching' 行に続いて多くの 'Installing RDoc documentation for...' が実行されますが、最後の行には次のように書かれています:
Installing RDoc documentation for rails-3.2.13...
file 'lib' not found
その後、実行が停止し、「rails」コマンド (上記を参照) は引き続き機能しません。Rails がインストールされていないのはなぜですか? 他に何をすべきですか?ありがとう