我刚刚登录到 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]
。
在两次登录之间可能发生了什么导致这种情况发生,我可以做些什么来解决它?