- bash -s stable <<(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
- sudo vim .bash_profile
- [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
本文详细介绍了如何使用bash脚本安装RVM,并通过编辑.bash_profile文件进行配置。

被折叠的 条评论
为什么被折叠?