Skip to content

Commit

Permalink
update rvm install for mac to use lateset released rvm
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Morrison committed May 2, 2011
1 parent fa3ade6 commit 25c3e42
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mac
Expand Up @@ -23,9 +23,8 @@ echo "Installing ImageMagick, good for cropping and re-sizing images ..."
brew install imagemagick

echo "Installing RVM (Ruby Version Manager) ..."
bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-head )
echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"' >> ~/.bash_profile
source ~/.rvm/scripts/rvm
curl -s https://rvm.beginrescueend.com/install/rvm -o rvm-installer ; chmod +x rvm-installer ; ./rvm-installer latest
source .bash_profile

echo "Installing Ruby 1.9 and making it the default Ruby ..."
rvm install 1.9.2-p180
Expand Down

0 comments on commit 25c3e42

Please sign in to comment.