You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@if [ ! -d ~/.rvm ]; then echo "Installing RVM..."; \curl -sSL https://get.rvm.io | bash -s stable --ruby=2.0.0; source ~/.bashrc; echo "IMPORTANT!! You must relogin shell or use `bash --login` to reload config"; fi