Re: [Rails] installing rvm in home directory or system-wide?

2013-07-17 Thread Kyle Fazzari
You shouldn't be using sudo even with system-wide installs-- add yourself to the rvm group! I install single-user on my dev machine(s), but on my servers I always install system-wide and use a bundle deployment for my apps. Kyle On Wednesday, July 17, 2013 1:42:57 AM UTC-4, Emil Soman

[Rails] installing rvm in home directory or system-wide?

2013-07-16 Thread John Merlino
Is there any advantages of installing rvm system-wide as opposed to just in the home directory of a user? -- 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

Re: [Rails] installing rvm in home directory or system-wide?

2013-07-16 Thread Emil S
I hope you have gone through this : https://rvm.io/rvm/install . System wide RVM will let you use the same installation for all users on the system. But I've seen many junior devs screw up their dev environment by trying a system wide RVM installation but didn't follow the instructions correctly.