Using stock ruby with rbenv
While migrating to ruby 1.9, I started using rbenv. I was wondering how it would handle my stock ubuntu ruby 1.8. It works out of the box with the rbenv “system” version. I just have to run rbenv global system
to come back to my stock ruby. Great !
Leave a comment