我按照本教程安装了ruby:Tutorial i used,使用rvm。
当我运行时:rails -v
我得到:Rails 5.1.3
所以我认为我的导轨安装是成功的。
所以我用rails new myproject
并没有弹出任何错误。
我使用bundle install
然后我尝试使用rails generate scaffold Product name:string description:text price:float stock:integer
,结果出现以下错误:
No command 'rails' found, did you mean:
Command 'rails' from package 'ruby-railties' (universe)
rails: command not found
当我运行gem list
时列出了rails。
gem environment
中的“可执行目录”字段已在$PATH
中
过去6个小时我一直坚持这个问题并阅读了几篇帖子,您认为可能是什么问题?
对于一些额外的信息,我的ruby版本是:ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-linux]
,我也在使用ubuntu gnome GNOME Shell 3.18.5
,rvm版本rvm 1.29.2 (latest) by Michal Papis, Piotr Kuczynski, Wayne E. Seguin [https://rvm.io/]