Skip to content

Instantly share code, notes, and snippets.

@clouder
Created February 26, 2013 01:38
Show Gist options
  • Save clouder/5035040 to your computer and use it in GitHub Desktop.
Save clouder/5035040 to your computer and use it in GitHub Desktop.
clouder@dillen-vbox:~$ rvm get head; rvm pkg remove; rvm reinstall all --force
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 185 100 185 0 0 240 0 --:--:-- --:--:-- --:--:-- 407
100 11525 100 11525 0 0 9528 0 0:00:01 0:00:01 --:--:-- 2813k
Downloading RVM from wayneeseguin branch master
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 124 100 124 0 0 320 0 --:--:-- --:--:-- --:--:-- 576
100 1619k 100 1619k 0 0 333k 0 0:00:04 0:00:04 --:--:-- 450k
Upgrading the RVM installation in /home/clouder/.rvm/
RVM PATH line found in /home/clouder/.bashrc /home/clouder/.zshrc.
RVM sourcing line found in /home/clouder/.bashrc /home/clouder/.bash_profile.
Upgrade Notes:
* No new notes to display.
# RVM: Shell scripts enabling management of multiple ruby environments.
# RTFM: https://rvm.io/
# HELP: http://webchat.freenode.net/?channels=rvm (#rvm on irc.freenode.net)
# Cheatsheet: http://cheat.errtheblog.com/s/rvm
# Screencast: http://screencasts.org/episodes/how-to-use-rvm
# In case of any issues run 'rvm requirements' or read 'rvm notes'
Upgrade of RVM in /home/clouder/.rvm/ is complete.
# Gumaro Melendez,
#
# Thank you for using RVM!
# I sincerely hope that RVM helps to make your life easier and
# more enjoyable!!!
#
# ~Wayne
RVM reloaded!
Removing '/home/clouder/.rvm/usr' ...
Removed
/home/clouder/.rvm/src/ruby-2.0.0-p0 has already been removed.
Removing /home/clouder/.rvm/rubies/ruby-2.0.0-p0...
Searching for binary rubies, this might take some time.
ruby-2.0.0-p0 - #configure
ruby-2.0.0-p0 - #download
ruby-2.0.0-p0 - #validate archive
ruby-2.0.0-p0 - #extract
ruby-2.0.0-p0 - #validate binary
ruby-2.0.0-p0 - #setup
Saving wrappers to '/home/clouder/.rvm/wrappers/ruby-2.0.0-p0'
.......................................
ruby-2.0.0-p0 - #importing default gemsets, this may take time ...
Making gemset ruby-2.0.0-p0 pristine.
Making gemset ruby-2.0.0-p0@global pristine.
/home/clouder/.rvm/src/ruby-1.9.3-p392 has already been removed.
Removing /home/clouder/.rvm/rubies/ruby-1.9.3-p392...
Searching for binary rubies, this might take some time.
ruby-1.9.3-p392 - #configure
ruby-1.9.3-p392 - #download
ruby-1.9.3-p392 - #validate archive
ruby-1.9.3-p392 - #extract
ruby-1.9.3-p392 - #validate binary
ruby-1.9.3-p392 - #setup
Saving wrappers to '/home/clouder/.rvm/wrappers/ruby-1.9.3-p392'
.......................................
ruby-1.9.3-p392 - #importing default gemsets, this may take time ...
Making gemset ruby-1.9.3-p392 pristine.
Making gemset ruby-1.9.3-p392@global pristine.
clouder@dillen-vbox:~$ rvm -v
rvm 1.18.14 (master) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
clouder@dillen-vbox:~$ rvm list
rvm rubies
ruby-1.9.3-p392 [ x86_64 ]
=* ruby-2.0.0-p0 [ x86_64 ]
# => - current
# =* - current && default
# * - default
clouder@dillen-vbox:~$ irb
irb(main):001:0> require 'rubygems/builder'
LoadError: cannot load such file -- rubygems/builder
from /home/clouder/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in `require'
from /home/clouder/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in `require'
from (irb):1
from /home/clouder/.rvm/rubies/ruby-2.0.0-p0/bin/irb:13:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment