From: Eric Wong Date: 2013-08-20T16:47:32+00:00 Subject: [ruby-core:56760] Re: [ruby-trunk - Bug #8803] Another buffer overflow "user021 (a s)" wrote: > This might sound silly but how can i run my code with the new ruby > 1.9.3-p448 that i installed using rbenv. when i do 'ruby -v' shows the > old version and 'rbenv version' shows the newer one.thx I have no familarity with rbenv/rvm, but with any autotooled package, I will use: ./configure --prefix=/my/choice/of/location $any_other_args make make install And add /my/choice/of/location/bin to the beginning of my $PATH. I do this for Ruby, and a bunch of other non-Ruby packages I track the upstream development of. rbenv/rvm authors should be able to help you if you choose to stick with them.