I followed this guide: http://samsoff.es/posts/how-to-install-ruby-193
I typed rbenv install 1.9.3-p125 in the console.
Ruby installs OK but when I run ruby -v it still says version 1.8.7.
What needs to be changed for it to work?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The solution was to add
eval "$(rbenv init -)"to my bash_login file.