I'm using rbenv, so why are there two Gem paths on my system? (OS X Lion)
问题 To clarify, I'm using rbenv to manage my ruby versions. I was under the impression that binaries are managed as shims in their respective ruby version directory. Here is what my system shows when I run gem environment (I'm excluding the irrelevant parts): - GEM PATHS: - /Volumes/Data/nathan/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1 - /Volumes/Data/nathan/.gem/ruby/1.9.1 Any reason for having two locations? Curious minds want to know. 回答1: I think I figured out the answer to this question