I can register already installed a Ruby environment to URU by following command in terminal:
uru admin add c:\ruby-2.2\bin
But, What is the way to install another ruby version in URU along existing one?
I can register already installed a Ruby environment to URU by following command in terminal:
uru admin add c:\ruby-2.2\bin
But, What is the way to install another ruby version in URU along existing one?
You can use rubyinstaller
to install specific version of ruby. After install was completed, you will have some version of ruby. You know the destination of them.
To add already installed but not registered version of ruby:
uru admin add SOME_PATH/../bin
Good article about rubyinstaller
and uru
.
Rubyinstaller downloads.
Uru examples.
Similar question on SO.