RVM 配置问题 - “缺少 RVM 环境文件”
第一次安装 RoR,事情有点混乱。
我首先通过 apt-get 安装 Ruby,结果发现这不是可行的方法。使用 RVM 安装 ruby 和 Rails 后,我遇到了 Readline 的问题。通过执行故障排除步骤修复它。我以为我一切都正常了。我错了。
现在我打开新的 shell 并输入 $ ruby
,我得到:
ERROR: Missing RVM environment file: '/home/user/.rvm/environments/ruby-1.9.2-p180'
没有这样的文件。发生了什么事?我应该rm
我的.rvm目录并重新开始吗?我做错了什么?
First time installing RoR and things are a bit confusing.
I first installed Ruby through apt-get
only to realize that this is not way to go. After Installing ruby and rails with RVM, I ran into trouble with Readline. Fixed it by following troubleshooting steps. I thought that I got everyting working. I was wrong.
Now that I opened new shell and typed $ ruby
, I got:
ERROR: Missing RVM environment file: '/home/user/.rvm/environments/ruby-1.9.2-p180'
There is no such file. What has happened? Should I just rm
my .rvm directory and start anew? What did I do wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据您的编辑:
As per your edit: