[Rails] rvm installation on Ubuntu for managing different rails applications

2017-11-28 Thread Olexandr Averyanov
http://rvm.io/ You could use curl -sSL https://get.rvm.io | bash -s stable -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[Rails] rvm installation on Ubuntu for managing different rails applications

2017-11-28 Thread 'krfg' via Ruby on Rails: Talk
I need to install `rvm` on a new machine. I would use `rvm` to switch to different ruby versions and gemsets required by different Ruby on Rails applications. When a couple of years ago I installed rvm on my current Ubuntu machine, I did it with the following command: $ \curl -L