Cloud9 の Ubuntu ワークスペースにログインしました。ログインすると、エラーが表示されました。
RVM used your Gemfile for selecting Ruby, it is all fine - Heroku does
that too, you can ignore these warnings with 'rvm rvmrc warning ignore
/home/ubuntu/workspace/Simutronix/Gemfile'. To ignore the warning for
all files run 'rvm rvmrc warning ignore allGemfiles'.
以前に見たことがなく、ワークスペースを最後に使用したときには発生していませんでした。次に、Rails サーバーを実行しようとしました。
rails server -b $IP -p $PORT
エラーメッセージが返ってきました。
bash: rails: command not found
私はそれから実行しようとしましたが、bundle install
それも戻ってきましたcommand not found
。
ruby -v
戻りますruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-linux]
。
ログインの間にこれが発生する原因は何ですか?また、それを修正するにはどうすればよいですか?