Skip to content

Commit

Permalink
Updated the RVM install script, the original was out of data causing …
Browse files Browse the repository at this point in the history
…all rails and rvm commands to use wrong locations
  • Loading branch information
Peter Hamilton committed Jan 31, 2012
1 parent ca9bb95 commit 98e347a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac
Expand Up @@ -36,7 +36,7 @@ echo "Installing QT, used by Capybara Webkit for headless Javascript integration
brew install qt

echo "Installing RVM (Ruby Version Manager) ..."
curl -s https://rvm.beginrescueend.com/install/rvm -o rvm-installer ; chmod +x rvm-installer ; ./rvm-installer --version latest
bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
echo "
# RVM
[[ -s '/Users/`whoami`/.rvm/scripts/rvm' ]] && source '/Users/`whoami`/.rvm/scripts/rvm'" >> ~/.zshrc
Expand Down

0 comments on commit 98e347a

Please sign in to comment.