Reputation: 577
I work in the managed server and it does not have internet access, and I need to install some rubies to RVM but whenever I use rvm install , it tries to access the internet for it ( which obviously fails because of the firewall)
Is there a way to circumvent this problem without modifying the source and rebuilding? I have the rubies with me locally.
Thanks for any help
Upvotes: 0
Views: 41
Reputation: 53178
RVM has instructions for offline installation https://rvm.io/rvm/offline/
Upvotes: 1