Skip to content

Commit

Permalink
added ruby install bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthikeyan A K committed Aug 10, 2012
1 parent 3c5e719 commit 127a525
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ruby_install.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
$ sudo apt-get install build-essential bison openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake

$ curl -L https://get.rvm.io | bash -s stable --ruby

$ echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bashrc

$ source ~/.bashrc

0 comments on commit 127a525

Please sign in to comment.