简体   繁体   中英

Installed gems are not being installed correctly. How can I get them to install properly?

I'm using Mac OS 10.7, RVM 1.8.2, Ruby 1.9.2.

Everything has been working fine, but once I tried to upgrade one of my Rails Apps to 3.1, all of a sudden I started running into problems installing gems. I would run "bundle install" and it would say that the required gems are installed and there are directories for the gems in my .rvm home directory, but when I attempt to start my application it will say that it cannot find the required gems. Running "gem list" does not list the gems that were supposedly installed. I will include an example of this below:

http://pastebin.com/RdK0q1vN

Any idea why the gems are installing, but not being recognized?

我最终重新安装了RVM,但事情似乎又能正常工作了

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM