问题很简单:
我无法安装RVM(单用户安装),就好像我按照RVM网站上的说明操作,即:
- $curl -L https://get.rvm.io | bash -s stable
我在安装脚本文件的第360行(以echo开头的行)收到权限被拒绝错误:
- # Perform the actual installation,first we obtain the source using whichever
- # means was specified,if any. Defaults to head.
- case "${version}" in
- (head)
- echo "${branch}" > "$rvm_path/RELEASE"
- install_head ${branch:-master} || exit $?
- ;;
这是错误消息:
olivier @〜$curl -L https://get.rvm.io | bash -s稳定
bash:第360行:/usr/local / rvm / RELEASE:权限被拒绝