Skip to content

Instantly share code, notes, and snippets.

@notro
Created April 18, 2014 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notro/11066457 to your computer and use it in GitHub Desktop.
Save notro/11066457 to your computer and use it in GitHub Desktop.
rvm install 1.9.3
$ rvm uninstall 1.9.3
$ rvm install 1.9.3
Searching for binary rubies, this might take some time.
No binary rubies available for: debian/6/x86_64/ruby-1.9.3-p545.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Installing Ruby from source to: /home/1/t/tronnes/.rvm/rubies/ruby-1.9.3-p545, this may take a while depending on your cpu(s)...
ruby-1.9.3-p545 - #downloading ruby-1.9.3-p545, this may take a while depending on your connection...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 9802k 100 9802k 0 0 7332k 0 0:00:01 0:00:01 --:--:-- 14.9M
ruby-1.9.3-p545 - #extracting ruby-1.9.3-p545 to /home/1/t/tronnes/.rvm/src/ruby-1.9.3-p545...
ruby-1.9.3-p545 - #applying patch /home/1/t/tronnes/.rvm/patches/ruby/GH-488.patch.
ruby-1.9.3-p545 - #configuring.............................................
ruby-1.9.3-p545 - #post-configuration.
ruby-1.9.3-p545 - #compiling...................................................................
ruby-1.9.3-p545 - #installing........................
ruby-1.9.3-p545 - #making binaries executable..
ruby-1.9.3-p545 - #downloading rubygems-2.2.2
ruby-1.9.3-p545 - #extracting rubygems-2.2.2....
ruby-1.9.3-p545 - #removing old rubygems.........
ruby-1.9.3-p545 - #installing rubygems-2.2.2..............
ruby-1.9.3-p545 - #gemset created /home/1/t/tronnes/.rvm/gems/ruby-1.9.3-p545@global
ruby-1.9.3-p545 - #importing gemset /home/1/t/tronnes/.rvm/gemsets/global.gems..............................................................
ruby-1.9.3-p545 - #generating global wrappers.........
ruby-1.9.3-p545 - #gemset created /home/1/t/tronnes/.rvm/gems/ruby-1.9.3-p545
ruby-1.9.3-p545 - #importing gemsetfile /home/1/t/tronnes/.rvm/gemsets/default.gems evaluated to empty gem list
ruby-1.9.3-p545 - #generating default wrappers.........
ruby-1.9.3-p545 - #adjusting #shebangs for (gem irb erb ri rdoc testrb rake).
Install of ruby-1.9.3-p545 - #complete
WARNING: Please be aware that you just installed a ruby that is no longer maintained (2014-02-23), for a list of maintained rubies visit:
http://bugs.ruby-lang.org/projects/ruby/wiki/ReleaseEngineering
Please consider upgrading to ruby-2.1.1 which will have all of the latest security patches.
Ruby was built without documentation, to build it run: rvm docs generate-ri
$ gem
/home/1/t/tronnes/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/yaml.rb:84:in `<top (required)>':
It seems your ruby installation is missing psych (for YAML output).
To eliminate this warning, please install libyaml and reinstall your ruby.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment