mence/workstation-builder

rvm install

mence opened this issue · 1 comments

mence commented

I'd like to install rvm as part of the development environment, which is this command:
\curl -sSL https://get.rvm.io | bash -s stable

It should probably be the last thing installed, as it does funky things to .bash_profile and $PATH, as well as it can affect homebrew's installation of certain apps (eg. brew install vim).

mence commented

I'm not sure how to trigger this from bash?