【发布时间】:2013-11-07 08:13:01
【问题描述】:
在终端运行时:
$ curl -L https://get.rvm.io | bash -s
它似乎工作正常,但在最后的升级说明中它说
* WARNING: You have '~/.profile' file, you might want to load it,
to do that add the following line to '/Users/steven/.bash_profile':
source ~/.profile
我无法使用 RVM,出现错误
-bash: rvm: command not found'
我对终端和 Ruby 还很陌生,因此我们将不胜感激。
【问题讨论】:
标签: ruby command-line terminal rvm