SlideShare a Scribd company logo
1 of 17
RVM
Ruby Version Manager

       Brian Turnbull
  NH Ruby — 16 November 2009
Cut Rubies With Ease




 http://rvm.beginrescueend.com
    #rvm on irc.freenode.net
Getting Started

‣ Install as a Gem
‣ Clone Git repository
‣ Source tarball




                         Flickr: “Egg with directional shadow and background” by Tsja
                           http://www.flickr.com/photos/10451396@N00/337315801
Make it Work
## End of ~/.bash_profile
if [[ -s $HOME/.rvm/scripts/rvm ]] ; then
   source $HOME/.rvm/scripts/rvm
fi

## /etc/rvmrc
## ~/.rvmrc
export rvm_archflags="-arch x86_64"
export rvm_make_flags="-j 3"
export rvm_install_on_use_flag=1


                                                Flickr: “Martillo / Hammer” by Kaworu Koneru
                                      http://www.flickr.com/photos/kaworukoneru/2230794481
What Now?

Learn It   ➡   $ rvm list --all
 Live It   ➡   $ rvm install 1.8.7
Love It    ➡   $ rvm 1.8.7
What Just Happened?
$ rvm 1.8.7

$ ruby -v
ruby 1.8.7 (2009-06-12 patchlevel 174) ...

$ which ruby
/Users/brian/.rvm/ruby-1.8.7-p174/bin/ruby

$ rvm system

$ which ruby
/usr/bin/ruby
Be Specific
$ rvm list
   ruby-1.8.6-p383: ruby 1.8.6 (2009-08-04 patchlevel 383) ...
   ruby-1.8.7-p173: ruby 1.8.7 (2009-06-08 patchlevel 173) ...
=> ruby-1.8.7-p174: ruby 1.8.7 (2009-06-12 patchlevel 174) ...
=> (default) ruby-1.8.7-p174: ruby 1.8.7 (2009-06-12 patchlevel 174) ...
   system: ruby 1.8.7 (2008-08-11 patchlevel 72) ...

$ rvm 1.8.7-p173

$ ruby -v
ruby 1.8.7 (2009-06-08 patchlevel 173) ...

$ rvm 1.8.7

$ ruby -v
ruby 1.8.7 (2009-06-12 patchlevel 174) ...
Playing Favorites
$ rvm 1.8.7-p174 --default

$ rvm 1.8.6-p383

$ ruby -v
ruby 1.8.6 (2009-08-04 patchlevel 383) ...

$ rvm default

$ ruby -v
ruby 1.8.7 (2009-06-12 patchlevel 174) ...
Make It Shiny
$ rvm 1.8.7-p174

$ gem install net-ssh
Successfully installed net-ssh-2.0.15
1 gem installed

$ rvm 1.8.6-p383

$ irb
ruby-1.8.6-p383 > require 'net/ssh'
LoadError: no such file to load -- net/ssh
1.8.7
Gems

           Gems


         1.8.6
1.8.7
Gems   gem
             sync
                      Gems


                    1.8.6
1.8.7
Gems dg
      uem
        mps
          /yoa
            l ncd
                    Gems


                1.8.6
Named Gem Sets
                              1.8.7
    Compartmentalize a    Default     Gem
‣   set of gems under a
    Ruby interpreter
                           Gems       Set

                                Gem
                                Set
Named Gem Sets
                                1.8.7



                              t
                            Se
    Compartmentalize a     Default      Gem
‣
                           em
    set of gems under a     Gems        Set
    Ruby interpreter      G
                                  Gem
                                  Set
Tricks
$ rvm 1.8.6,1.8.7,1.9.1 rake spec
... lotsa passing tests ...

$ rvm 1.8.6,1.8.7,1.9.1 --json rake spec
... lotsa passing tests ...
... and a nice JSON summary ...

$ PS1="$PS1$(~/.rvm/bin/rvm-prompt) "

$ rvm update [--head]

$ bundle_dir = ENV["GEM_PATH"] || 
    %x{source ~/.rvm/scripts/rvm && rvm gemdir}
Demo!




                  Flickr: “Crash & Burn” by Handforged
    http://www.flickr.com/photos/handforged/292093553
RVM
Ruby Version Manager

       Brian Turnbull
  NH Ruby — 16 November 2009

More Related Content

What's hot

Kettunen, miaubiz fuzzing at scale and in style
Kettunen, miaubiz   fuzzing at scale and in styleKettunen, miaubiz   fuzzing at scale and in style
Kettunen, miaubiz fuzzing at scale and in style
DefconRussia
 
Vagrant are you still develop in a non-virtual environment-
Vagrant  are you still develop in a non-virtual environment-Vagrant  are you still develop in a non-virtual environment-
Vagrant are you still develop in a non-virtual environment-
Anatoly Bubenkov
 
Torquebox - O melhor dos dois mundos
Torquebox - O melhor dos dois mundosTorquebox - O melhor dos dois mundos
Torquebox - O melhor dos dois mundos
Bruno Oliveira
 
Tech Talks - Fundamentos JavaScript
Tech Talks - Fundamentos JavaScriptTech Talks - Fundamentos JavaScript
Tech Talks - Fundamentos JavaScript
BVision
 
AMD SVMってなあに
AMD SVMってなあにAMD SVMってなあに
AMD SVMってなあに
Takuya ASADA
 
Node.js for Rubists
Node.js for RubistsNode.js for Rubists
Node.js for Rubists
Sagiv Ofek
 
Intro a RSpec, BDD, webapps User Acceptance Testing
Intro a RSpec, BDD, webapps User Acceptance TestingIntro a RSpec, BDD, webapps User Acceptance Testing
Intro a RSpec, BDD, webapps User Acceptance Testing
Jean-Michel Garnier
 
Eduardo Silva - monkey http-server everywhere
Eduardo Silva - monkey http-server everywhereEduardo Silva - monkey http-server everywhere
Eduardo Silva - monkey http-server everywhere
StarTech Conference
 

What's hot (20)

RabbitMQ for Perl mongers
RabbitMQ for Perl mongersRabbitMQ for Perl mongers
RabbitMQ for Perl mongers
 
Kettunen, miaubiz fuzzing at scale and in style
Kettunen, miaubiz   fuzzing at scale and in styleKettunen, miaubiz   fuzzing at scale and in style
Kettunen, miaubiz fuzzing at scale and in style
 
Ruby version manager
Ruby version managerRuby version manager
Ruby version manager
 
Vagrant are you still develop in a non-virtual environment-
Vagrant  are you still develop in a non-virtual environment-Vagrant  are you still develop in a non-virtual environment-
Vagrant are you still develop in a non-virtual environment-
 
Torquebox - O melhor dos dois mundos
Torquebox - O melhor dos dois mundosTorquebox - O melhor dos dois mundos
Torquebox - O melhor dos dois mundos
 
Tech Talks - Fundamentos JavaScript
Tech Talks - Fundamentos JavaScriptTech Talks - Fundamentos JavaScript
Tech Talks - Fundamentos JavaScript
 
AMD SVMってなあに
AMD SVMってなあにAMD SVMってなあに
AMD SVMってなあに
 
Node.js for Rubists
Node.js for RubistsNode.js for Rubists
Node.js for Rubists
 
vert.x 3.1 - be reactive on the JVM but not only in Java
vert.x 3.1 - be reactive on the JVM but not only in Javavert.x 3.1 - be reactive on the JVM but not only in Java
vert.x 3.1 - be reactive on the JVM but not only in Java
 
T.Pollak y C.Yaconi - Prey
T.Pollak y C.Yaconi - PreyT.Pollak y C.Yaconi - Prey
T.Pollak y C.Yaconi - Prey
 
Intro to introducing rust to ruby
Intro to introducing rust to rubyIntro to introducing rust to ruby
Intro to introducing rust to ruby
 
Salt Stack - Subhankar Sengupta
Salt Stack - Subhankar SenguptaSalt Stack - Subhankar Sengupta
Salt Stack - Subhankar Sengupta
 
Ravada VDI Eslibre
Ravada VDI EslibreRavada VDI Eslibre
Ravada VDI Eslibre
 
PHP Matsuri JIREI NIGHT お知らせメール
PHP Matsuri JIREI NIGHT お知らせメールPHP Matsuri JIREI NIGHT お知らせメール
PHP Matsuri JIREI NIGHT お知らせメール
 
Intro a RSpec, BDD, webapps User Acceptance Testing
Intro a RSpec, BDD, webapps User Acceptance TestingIntro a RSpec, BDD, webapps User Acceptance Testing
Intro a RSpec, BDD, webapps User Acceptance Testing
 
Vagrant step-by-step guide for Beginners
Vagrant step-by-step guide for BeginnersVagrant step-by-step guide for Beginners
Vagrant step-by-step guide for Beginners
 
Eduardo Silva - monkey http-server everywhere
Eduardo Silva - monkey http-server everywhereEduardo Silva - monkey http-server everywhere
Eduardo Silva - monkey http-server everywhere
 
Django district pip, virtualenv, virtualenv wrapper & more
Django district  pip, virtualenv, virtualenv wrapper & moreDjango district  pip, virtualenv, virtualenv wrapper & more
Django district pip, virtualenv, virtualenv wrapper & more
 
Free servlet hosting tutorial
Free servlet hosting tutorialFree servlet hosting tutorial
Free servlet hosting tutorial
 
TsWorkflow
TsWorkflowTsWorkflow
TsWorkflow
 

Viewers also liked

Bahasan 2 klasifikasi dan pemilihan media pembelajaran
Bahasan 2 klasifikasi dan pemilihan media pembelajaranBahasan 2 klasifikasi dan pemilihan media pembelajaran
Bahasan 2 klasifikasi dan pemilihan media pembelajaran
jamilbrou
 
Honors throwing ball in air
Honors   throwing ball in airHonors   throwing ball in air
Honors throwing ball in air
stephm32
 

Viewers also liked (19)

35 k+ñre gyldenl+©ve_fuglsangudgravningen
35 k+ñre gyldenl+©ve_fuglsangudgravningen35 k+ñre gyldenl+©ve_fuglsangudgravningen
35 k+ñre gyldenl+©ve_fuglsangudgravningen
 
Best baby cribs
Best baby cribsBest baby cribs
Best baby cribs
 
Companies financial result updated on 25 february 2016
Companies financial result updated on 25 february 2016Companies financial result updated on 25 february 2016
Companies financial result updated on 25 february 2016
 
Teacher lecture lesson 1
Teacher lecture lesson 1Teacher lecture lesson 1
Teacher lecture lesson 1
 
Merchandising voor 2020
Merchandising voor 2020Merchandising voor 2020
Merchandising voor 2020
 
Social Media Governance with Brandle
Social Media Governance with BrandleSocial Media Governance with Brandle
Social Media Governance with Brandle
 
Companies financial result updated on 17 september 2015
Companies financial result updated on 17 september 2015Companies financial result updated on 17 september 2015
Companies financial result updated on 17 september 2015
 
26 michael borrelund+©_tietgenbyen
26 michael borrelund+©_tietgenbyen26 michael borrelund+©_tietgenbyen
26 michael borrelund+©_tietgenbyen
 
Příklad bibliometrické zprávy
Příklad bibliometrické zprávyPříklad bibliometrické zprávy
Příklad bibliometrické zprávy
 
Power of prizes to drive innovation
Power of prizes to drive innovationPower of prizes to drive innovation
Power of prizes to drive innovation
 
Bahasan 2 klasifikasi dan pemilihan media pembelajaran
Bahasan 2 klasifikasi dan pemilihan media pembelajaranBahasan 2 klasifikasi dan pemilihan media pembelajaran
Bahasan 2 klasifikasi dan pemilihan media pembelajaran
 
Studie proveditelnosti institucionálního zajištění navrhovaného systému hodno...
Studie proveditelnosti institucionálního zajištění navrhovaného systému hodno...Studie proveditelnosti institucionálního zajištění navrhovaného systému hodno...
Studie proveditelnosti institucionálního zajištění navrhovaného systému hodno...
 
Distribution Planning
Distribution PlanningDistribution Planning
Distribution Planning
 
Financial Ratios
Financial RatiosFinancial Ratios
Financial Ratios
 
Beginning direct3d gameprogramming06_firststepstoanimation_20161115_jintaeks
Beginning direct3d gameprogramming06_firststepstoanimation_20161115_jintaeksBeginning direct3d gameprogramming06_firststepstoanimation_20161115_jintaeks
Beginning direct3d gameprogramming06_firststepstoanimation_20161115_jintaeks
 
Green solvents
Green solventsGreen solvents
Green solvents
 
By two project ict
By two project ictBy two project ict
By two project ict
 
Temas de investigación 6° 1er periodo 2017
Temas de investigación 6°  1er periodo 2017Temas de investigación 6°  1er periodo 2017
Temas de investigación 6° 1er periodo 2017
 
Honors throwing ball in air
Honors   throwing ball in airHonors   throwing ball in air
Honors throwing ball in air
 

Similar to RVM - NHRuby Nov 2009

Your first sinatra app
Your first sinatra appYour first sinatra app
Your first sinatra app
Rubyc Slides
 
Crate Packaging Standalone Ruby Applications
Crate  Packaging Standalone Ruby ApplicationsCrate  Packaging Standalone Ruby Applications
Crate Packaging Standalone Ruby Applications
railsconf
 
Deploying and maintaining your software with RPM/APT
Deploying and maintaining your software with RPM/APTDeploying and maintaining your software with RPM/APT
Deploying and maintaining your software with RPM/APT
Joshua Thijssen
 
Deploying JRuby Web Applications
Deploying JRuby Web ApplicationsDeploying JRuby Web Applications
Deploying JRuby Web Applications
Joe Kutner
 

Similar to RVM - NHRuby Nov 2009 (20)

Merb The Super Bike Of Frameworks
Merb The Super Bike Of FrameworksMerb The Super Bike Of Frameworks
Merb The Super Bike Of Frameworks
 
Let's Make a Gem
Let's Make a GemLet's Make a Gem
Let's Make a Gem
 
The Future of Dependency Management for Ruby
The Future of Dependency Management for RubyThe Future of Dependency Management for Ruby
The Future of Dependency Management for Ruby
 
EC2
EC2EC2
EC2
 
Security testing with gauntlt
Security testing with gauntltSecurity testing with gauntlt
Security testing with gauntlt
 
Ruby gemsパッケージの作り方
Ruby gemsパッケージの作り方Ruby gemsパッケージの作り方
Ruby gemsパッケージの作り方
 
Your first sinatra app
Your first sinatra appYour first sinatra app
Your first sinatra app
 
FPM at the Ruby Drink-up of Sophia, September 2011
FPM at the Ruby Drink-up of Sophia, September 2011FPM at the Ruby Drink-up of Sophia, September 2011
FPM at the Ruby Drink-up of Sophia, September 2011
 
The Future of JRuby - Baruco 2013
The Future of JRuby - Baruco 2013The Future of JRuby - Baruco 2013
The Future of JRuby - Baruco 2013
 
Crate Packaging Standalone Ruby Applications
Crate  Packaging Standalone Ruby ApplicationsCrate  Packaging Standalone Ruby Applications
Crate Packaging Standalone Ruby Applications
 
Deploying and maintaining your software with RPM/APT
Deploying and maintaining your software with RPM/APTDeploying and maintaining your software with RPM/APT
Deploying and maintaining your software with RPM/APT
 
Automated Java Deployments With Rpm
Automated Java Deployments With RpmAutomated Java Deployments With Rpm
Automated Java Deployments With Rpm
 
Automated Releases to RubyGems.org using Travis-CI.org
Automated Releases to RubyGems.org using Travis-CI.orgAutomated Releases to RubyGems.org using Travis-CI.org
Automated Releases to RubyGems.org using Travis-CI.org
 
Redmine on amazon ec2
Redmine on amazon ec2Redmine on amazon ec2
Redmine on amazon ec2
 
grate techniques
grate techniquesgrate techniques
grate techniques
 
Chennai.rb feb 2016
Chennai.rb   feb 2016Chennai.rb   feb 2016
Chennai.rb feb 2016
 
RVM and Ruby Interpreters @ RSC Roma 03/2011
RVM and Ruby Interpreters @ RSC Roma 03/2011RVM and Ruby Interpreters @ RSC Roma 03/2011
RVM and Ruby Interpreters @ RSC Roma 03/2011
 
Deploying JRuby Web Applications
Deploying JRuby Web ApplicationsDeploying JRuby Web Applications
Deploying JRuby Web Applications
 
Setup ruby
Setup rubySetup ruby
Setup ruby
 
Capistrano
CapistranoCapistrano
Capistrano
 

Recently uploaded

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Recently uploaded (20)

Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 

RVM - NHRuby Nov 2009

  • 1. RVM Ruby Version Manager Brian Turnbull NH Ruby — 16 November 2009
  • 2. Cut Rubies With Ease http://rvm.beginrescueend.com #rvm on irc.freenode.net
  • 3. Getting Started ‣ Install as a Gem ‣ Clone Git repository ‣ Source tarball Flickr: “Egg with directional shadow and background” by Tsja http://www.flickr.com/photos/10451396@N00/337315801
  • 4. Make it Work ## End of ~/.bash_profile if [[ -s $HOME/.rvm/scripts/rvm ]] ; then source $HOME/.rvm/scripts/rvm fi ## /etc/rvmrc ## ~/.rvmrc export rvm_archflags="-arch x86_64" export rvm_make_flags="-j 3" export rvm_install_on_use_flag=1 Flickr: “Martillo / Hammer” by Kaworu Koneru http://www.flickr.com/photos/kaworukoneru/2230794481
  • 5. What Now? Learn It ➡ $ rvm list --all Live It ➡ $ rvm install 1.8.7 Love It ➡ $ rvm 1.8.7
  • 6. What Just Happened? $ rvm 1.8.7 $ ruby -v ruby 1.8.7 (2009-06-12 patchlevel 174) ... $ which ruby /Users/brian/.rvm/ruby-1.8.7-p174/bin/ruby $ rvm system $ which ruby /usr/bin/ruby
  • 7. Be Specific $ rvm list ruby-1.8.6-p383: ruby 1.8.6 (2009-08-04 patchlevel 383) ... ruby-1.8.7-p173: ruby 1.8.7 (2009-06-08 patchlevel 173) ... => ruby-1.8.7-p174: ruby 1.8.7 (2009-06-12 patchlevel 174) ... => (default) ruby-1.8.7-p174: ruby 1.8.7 (2009-06-12 patchlevel 174) ... system: ruby 1.8.7 (2008-08-11 patchlevel 72) ... $ rvm 1.8.7-p173 $ ruby -v ruby 1.8.7 (2009-06-08 patchlevel 173) ... $ rvm 1.8.7 $ ruby -v ruby 1.8.7 (2009-06-12 patchlevel 174) ...
  • 8. Playing Favorites $ rvm 1.8.7-p174 --default $ rvm 1.8.6-p383 $ ruby -v ruby 1.8.6 (2009-08-04 patchlevel 383) ... $ rvm default $ ruby -v ruby 1.8.7 (2009-06-12 patchlevel 174) ...
  • 9. Make It Shiny $ rvm 1.8.7-p174 $ gem install net-ssh Successfully installed net-ssh-2.0.15 1 gem installed $ rvm 1.8.6-p383 $ irb ruby-1.8.6-p383 > require 'net/ssh' LoadError: no such file to load -- net/ssh
  • 10. 1.8.7 Gems Gems 1.8.6
  • 11. 1.8.7 Gems gem sync Gems 1.8.6
  • 12. 1.8.7 Gems dg uem mps /yoa l ncd Gems 1.8.6
  • 13. Named Gem Sets 1.8.7 Compartmentalize a Default Gem ‣ set of gems under a Ruby interpreter Gems Set Gem Set
  • 14. Named Gem Sets 1.8.7 t Se Compartmentalize a Default Gem ‣ em set of gems under a Gems Set Ruby interpreter G Gem Set
  • 15. Tricks $ rvm 1.8.6,1.8.7,1.9.1 rake spec ... lotsa passing tests ... $ rvm 1.8.6,1.8.7,1.9.1 --json rake spec ... lotsa passing tests ... ... and a nice JSON summary ... $ PS1="$PS1$(~/.rvm/bin/rvm-prompt) " $ rvm update [--head] $ bundle_dir = ENV["GEM_PATH"] || %x{source ~/.rvm/scripts/rvm && rvm gemdir}
  • 16. Demo! Flickr: “Crash & Burn” by Handforged http://www.flickr.com/photos/handforged/292093553
  • 17. RVM Ruby Version Manager Brian Turnbull NH Ruby — 16 November 2009