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).
I'd like to install rvm as part of the development environment, which is this command:
\curl -sSL https://get.rvm.io | bash -s stableIt should probably be the last thing installed, as it does funky things to
.bash_profileand$PATH, as well as it can affect homebrew's installation of certain apps (eg.brew install vim).