[out of date] How to install RVM as an unprivileged user in Vagrant
22 April 2014
WARNING: This post is ancient and probably wrong.
The RVM installation instructions for Vagrant install RVM as root.
If you want to install it as an unprivileged user, namely vagrant
, do this:
You can use an unmodified install-rvm.sh
:
You should modify install-ruby.sh
to be:
That’s it!