Aman Gupta
Aman Gupta

Reputation: 577

Is there a way to add Rubies in RVM without the internet?

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

Answers (1)

mpapis
mpapis

Reputation: 53178

RVM has instructions for offline installation https://rvm.io/rvm/offline/

Upvotes: 1

Related Questions