在更新到rails的最新稳定版本后,我似乎不能运行rvmsudo rails s,我得到了sudo: rails: command not found。我尝试过运行rvm reinstall 1.9.3,但都无济于事。
rvmsudo which rails返回:/home/user/.rvm/gems/ruby-1.9.3-p327/bin/rails。
发布于 2013-01-03 01:44:59
rvm get head为我解决了这个问题。正如here所指出的,这看起来像是一个错误。
https://stackoverflow.com/questions/14126403
复制相似问题