After installing ruby gems, running the new gem returns “Could not find” errors

前端 未结 2 1939
误落风尘
误落风尘 2020-12-31 11:01

Fresh Ubuntu 10.04 install:

I\'m having some trouble getting my gem install process to play nicely. Any time I install a gem, it goes through a nice, straightforwar

相关标签:
2条回答
  • 2020-12-31 11:40

    Try this, it works for me:

    gem update --system

    0 讨论(0)
  • 2020-12-31 11:57

    Seems the missing link was

    $ rvm use ruby-1.9.3-p125 --default
    

    Seems to have fixed it.

    PS: Thanks for looking at this. For your entertainment, if you didn't see it on HN yet (it's python, but still a good chuckle): https://gist.github.com/289467

    0 讨论(0)
提交回复
热议问题