ruby - rvm安装问题

浏览:80日期:2022-10-23

问题描述

按照ruby-china上的 RVM 实用指南rvm安装

$ curl -L get.rvm.io | bash -s stable $ source ~/.bashrc $ source ~/.bash_profile

source ~/.bashrcbash: /root/.rvm/scripts/rvm: 没有那个文件或目录

问题解答

回答1:

不要使用 root 用户安装 rvm

相关文章: