I'm trying to install RVM into /usr/local/rvm
because I need the ability to run ruby as a server. However, whenever I run:
bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
it defaults to my home directory, /home/<user>/.rvm
.
I've tried running:
sudo bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
as well as enabling the Ubuntu root password and logging in with the root account, but the install always defaults to my home directory. How can I fix this, or would it be easier to just install Ruby from source?