Gangmax Blog

Upgrade RVM

1
2
sudo apt-get install curl # make sure you have curl installed, otherwise you'll get error in the following step.
rvm get head # install the latest version.

After that, you’ll get the following information:

1
2
3
4
5
A RVM version 1.10.3 is installed yet 1.5.2 is loaded.
Please do one of the following:
* 'rvm reload'
* open a new shell
* source your shell init scripts

Then run the following command to check the current rvm version:

1
2
3
$ rvm version

rvm 1.10.3 by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.beginrescueend.com/]

Refer here.

Comments