I have to keep setting my ruby version. How to I make sure RVM keeps the version I need?
When I do rvm list
, I get:
ruby-2.1.0 [ x86_64 ]
ruby-2.1.2 [ x86_64 ]
ruby-2.4.4 [ x86_64 ]
ruby-2.5.1 [ x86_64 ]
ruby-2.5.2 [ x86_64 ]
ruby-2.5.3 [ x86_64 ]
ruby-2.6.1 [ x86_64 ]
=> ruby-2.6.3 [ x86_64 ]
* ruby-2.6.5 [ x86_64 ]
So then I do rvm use 2.6.5
and it changes to 2.6.5, but as soon as I close and open the terminal again, I whichs back to 2.6.3. What am I doing wrong? I set the default 2.6.5, it just does not seem to listen.