Skip to content

Instantly share code, notes, and snippets.

@yuki24
Created September 24, 2011 12:45
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 yuki24/1239293 to your computer and use it in GitHub Desktop.
Save yuki24/1239293 to your computer and use it in GitHub Desktop.
commands related to ruby installation
sudo apt-get install build-essential curl libreadline-dev libxslt-dev libxml2-dev libssl-dev git-core
bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
rvm pkg install readline
rvm pkg install zlib
rvm pkg install openssl
rvm install 1.9.2 --with-openssl-dir=$HOME:/usr --with-zlib-dir=$HOME:/usr
rvm use 1.9.2 --default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment