Digital Drip - The Tech Blog of Jon Gaudette
Blog  /  Installing RVM Rubies without a System Ruby
Missing

Installing RVM Rubies without a System Ruby

Posted on: January 01, 2012

Distributions do it badly … do it better with RVM

- rvm install command (user and system)
-
apt-get install libssl-dev
— rvm install 1.9.2

- may not be needed? -
- cd /src/ruby-1.9.2/ext/openssl
-
ruby extconf.rb
- make
-
make install
— rvm install —reconfigure 1.9.2

Comments are Disabled