RVM 配置问题 - “缺少 RVM 环境文件”

发布于 2024-12-29 16:04:24 字数 430 浏览 0 评论 0原文

第一次安装 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

花海 2025-01-05 16:04:24

根据您的编辑:

rm -rf ~/.rvm并运行rvm install 1.9.3之后我仍然遇到问题,但是在rvm list之后我发现缺少默认值,因此 rvm alias create default 1.9.3 解决了该问题。

As per your edit:

After rm -rf ~/.rvm and running rvm install 1.9.3 I still experienced problems, but after rvm list I discovered that default was missing so rvm alias create default 1.9.3 resolved the issue.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文