Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何验证新安装的(通过 curl)RVM (Ruby) 是否正在运行,并且在 Debian < 6 安装上是否正确设置了权限/源?
列出所有已安装的红宝石
rvm list rubies
检查 rvm 功能是否正常工作:
$ rvm notes
最后,通过运行以下命令查看您的安装是否有任何依赖项要求:
$ rvm requirements
检查这个 SO question 的权限问题