1

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.

user2958481
  • 587
  • 2
  • 8
  • 20

1 Answers1

2

I am too impatient. Found it.

./install --path='/data/' --auto-dotfiles 
user2958481
  • 587
  • 2
  • 8
  • 20