From: Brian Candler Date: 2010-08-21T01:21:32+09:00 Subject: Re: RVM macruby install procedure needs improvement R.. Kumar 1.9.1 OSX wrote: >>> (WHy is it complaining about **1.9.1** inside 1.9.2 ???) >> >> http://www.ruby-lang.org/en/news/2010/08/18/ruby-1-9-2-is-released/ >> >> "FAQ >> >> The standard library is installed in /usr/local/lib/ruby/1.9.1 >> >> This version number is "library compatibility version". Ruby 1.9.2 is >> mostly compatible with the 1.9.1, so its library is installed in the >> directory." > > Just checked. I have no dir called ruby in /usr/local/lib. I was just trying to answer your question as to why files are installed into foo/lib/ruby/1.9.1 when you're building ruby 1.9.2. When ruby is being built, it may be told to build somewhere other than /usr/local. In your case it looks like rvm is building it under /Users/rahul/.rvm/gems/ruby-1.9.2-head/. But the lib dir is still intentionally .../1.9.1/... > Also, i tried copying the files from > /Library/Frameworks/MacRuby.framework/Versions/0.7/usr/bin/ to > /usr/local/bin I didn't mean that you should copy files anywhere else. Sorry if I wasn't clear. -- Posted via http://www.ruby-forum.com/.