I am working on a Rails 3 project. At the client site, the network is very restricted. The network domain will not allow access to rubygems, github, etc. I have to install most thing manually. So that is how I installed the different Ruby versions. I have RVM installed now but it can not find the Rubies that are installed. RVM tells me to install the Ruby I am trying to set. Is there a way to still use RVM even though I can not use the default Ruby install as "rvm install ruby-xxx"?
|
|
It is possible to get RVM to manage multiple Ruby versions but you have to give it some help, and it can't do it with Rubies it didn't compile and install. Any Rubies RVM didn't install are considered "system", even though there might be multiple ones. Using If you want to have RVM install and manage Rubies you can manually copy the Ruby distribution source tarball files into
Once they're installed in that folder you should be able to tell RVM to That's what I have to do with one of my hosts and it works. |
|||
|
|
|
There are two ways:
|
||||
|