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 ([email protected]) [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 ([email protected]) [https://rvm.beginrescueend.com/]
Adams-MacBook-Pro:~ adam$
How do I update my RVM?
I believe rvm get stable
is a newer command, that your version of rvm doesn't yet support. Update yours using rvm get latest
and the get stable
option should become available to you for future updates.
You can test this by just typing in rvm get
to see what your options are.
In the older version of rvm you also need to reload:
rvm get head
rvm reload
rvm get stable
Running the installer is also safe:
bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
rvm reload
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With