Skip to content

Instantly share code, notes, and snippets.

@zonomasa
Last active August 29, 2015 14:03
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 zonomasa/a15b6fa41f1c6a98dccb to your computer and use it in GitHub Desktop.
Save zonomasa/a15b6fa41f1c6a98dccb to your computer and use it in GitHub Desktop.
How_to_install_ruby_on_Ubuntu14.04
$ sudo apt-get install libssl-dev
$ git clone https://github.com/sstephenson/rbenv.git ~/.rbenv/
$ git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
$ rbenv install 2.1.2
$ rbenv global 2.1.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment