错误:无法识别命令

时间:2012-08-01 15:58:17

标签: ruby-on-rails command rvm

我终于找到了一个我可以在this页面上理解的图表插件,现在我正在完成这些步骤,我收到了这个错误:

$ rails testing_ofc_2
Error: Command not recognized
Usage: rails COMMAND [ARGS]

The most common rails commands are:...

当我用rvm输入一些命令时我得到了这个错误

-bash: rvm: command not found

我该如何解决这个问题?

1 个答案:

答案 0 :(得分:1)

看起来说明已过时。试试

$ rails new testing_ofc_2
$ cd testing_ofc_2
$ script/rails plugin install git://github.com/pullmonkey/open_flash_chart.git