Created
          June 29, 2011 12:12 
        
      - 
      
- 
        Save troyk/1053717 to your computer and use it in GitHub Desktop. 
    Installing Ruby 1.9.2 on ubuntu
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | apt-get install gcc g++ build-essential libssl-dev libreadline5-dev zlib1g-dev linux-headers-generic libsqlite3-dev | |
| wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p180.tar.gz | |
| ./configure && make && make install | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment