在Mac上安装RVM Jan 2nd, 2011 安装方法 首先需要安装好git 然后, 1 bash < <(curl -s https://rvm.beginrescueend.com/install/rvm) 然后配置一下, 1 echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bash_profile 使配置文件生效, 1 source .bash_profile rvm notes: