I'm working on a Unix platform on VNC viewer. Now I want to upgrade to Ruby version 1.9.2.
I don't have root permissions. So is there any way by which I could install Ruby 1.9.2?
|
feedback
|
Step 1: Install RVMYou can always install Ruby over rvm, which can be run as a single user.
or, if you don't have git:
Then run the following to put rvm into your
Reload the shell config:
Step 2: Install Ruby 1.9.2Finally, install Ruby 1.9.2:
You can setup rvm to use it as default:
| |||||||||||
feedback
|