I’m curious if it’s possible to set my default Ruby interpreter within my $HOME/.rvmrc file (i.e. the equivalent of a rvm --default use 1.9.2).
I tried setting rvm_ruby_interpreter and rvm_ruby_version, but no luck.
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.
Just cleaning out my unanswered questions… I ended up basically taking Phrogz’s suggestion and adding this to my
.zprofile:Looking back it’s kind of a weird question, probably due to the fact that I was new to rvm and relatively new to Ruby (but familiar with Unix and dotfiles).