When I do “rvm get stable” nothing happens.
Last login: Sat Feb 11 18:22:14 on ttys000
Adams-MacBook-Pro:~ adam$ rvm -v
rvm 1.8.3 by Wayne E. Seguin (wayneeseguin@gmail.com) [https://rvm.beginrescueend.com/]
Adams-MacBook-Pro:~ adam$ rvm get stable
notice nothing happened. It didn’t update.
Adams-MacBook-Pro:~ adam$ rvm -v
rvm 1.8.3 by Wayne E. Seguin (wayneeseguin@gmail.com) [https://rvm.beginrescueend.com/]
Adams-MacBook-Pro:~ adam$
How do I update my RVM?
I believe
rvm get stableis a newer command, that your version of rvm doesn’t yet support. Update yours usingrvm get latestand theget stableoption should become available to you for future updates.You can test this by just typing in
rvm getto see what your options are.In the older version of rvm you also need to reload:
Running the installer is also safe: