我使用rvm并使用此说明https://rvm.io//rvm/install/安装它。
昨天我上班的时候一切都很好。
今天,当我尝试启动rails s
时,它说
The program 'rails' is currently not installed. You can install it by typing:
sudo apt-get install rails
我不知道如何让它再次发挥作用。当我运行rvm gem list
时,它给了我这个:
*** LOCAL GEMS ***
bundler (1.1.4)
rake (0.9.2.2)
rubygems-bundler (1.0.2)
rvm (1.11.3.3)
*** LOCAL GEMS ***
actionmailer (3.2.3)
actionpack (3.2.3)
activemodel (3.2.3)
activerecord (3.2.3)
activeresource (3.2.3)
activesupport (3.2.3)
ansi (1.4.2)
arel (3.0.2)
builder (3.0.0)
bundler (1.1.4)
coffee-rails (3.2.2)
coffee-script (2.2.0)
coffee-script-source (1.3.3)
erubis (2.7.0)
execjs (1.4.0)
hike (1.2.1)
i18n (0.6.0)
journey (1.0.3)
jquery-rails (2.0.2)
json (1.7.3)
mail (2.4.4)
mime-types (1.18)
multi_json (1.3.5)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.2)
rack-ssl (1.3.2)
rack-test (0.6.1)
rails (3.2.3)
railties (3.2.3)
rake (0.9.2.2)
rdoc (3.12)
rubygems-bundler (1.0.2)
rvm (1.11.3.3)
sass (3.1.19)
sass-rails (3.2.5)
sprockets (2.1.3)
sqlite3 (1.3.6)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
turn (0.9.5)
tzinfo (0.3.33)
uglifier (1.2.4)
那么有人知道导轨停止工作的原因吗?我认为这与我昨天关机时的情况有关。
答案 0 :(得分:1)
如果您以root用户身份安装,则需要执行source /etc/profile
。
如果您是为自己的个人用户安装的,则应将~/.rvm/scripts
添加到$PATH