Reputation: 607
My $HOME directory is full and I only have space on /data/ directory on the VM. I am installing RVM offline using the directions given on https://rvm.io/rvm/offline Is there a way to define RVM installation directory while offline install?
Note: I already found a method to move RVM installation. However I am looking for way to define installation directory while a fresh install.
Upvotes: 1
Views: 179
Reputation: 607
I am too impatient. Found it.
./install --path='/data/' --auto-dotfiles
Upvotes: 2