Question

Can we use RVM in a production server?

I heard that we can't use RVM on a production server, but I do not get the reason for why not.

Can anyone tell me why we can't use RVM on production server?

Was it helpful?

Solution

If you wish to manage multiple projects with multiple Ruby versions in your server, it is better you use RVM in production. (But, of course it won't happen too often).

If you require only one Ruby version exclusively for production server, you should not get into a mess by keeping RVM with different versions of Ruby in production mode.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top