Ubuntu下无法删除Rails

发布于 2024-12-12 00:18:34 字数 500 浏览 0 评论 0原文

系统响应rails -v返回rails 2.3.5。但是,对于gem uninstall Rails,它会返回“rails notinstalled”。

系统返回 gem install Rails 错误:

@ubuntu:~$ gem install rails
ERROR:  While executing gem ... (Gem::DependencyError)
    Unable to resolve dependencies: rails requires activesupport (= 3.1.1), actionpack (= 3.1.1), activerecord (= 3.1.1), activeresource (= 3.1.1), actionmailer (= 3.1.1), railties (= 3.1.1), bundler (~> 1.0)

对这个问题有任何想法吗?

The system returns rails 2.3.5 responding to rails -v. However it returns "rails not installed" for gem uninstall rails.

The system returns error for gem install rails:

@ubuntu:~$ gem install rails
ERROR:  While executing gem ... (Gem::DependencyError)
    Unable to resolve dependencies: rails requires activesupport (= 3.1.1), actionpack (= 3.1.1), activerecord (= 3.1.1), activeresource (= 3.1.1), actionmailer (= 3.1.1), railties (= 3.1.1), bundler (~> 1.0)

Any idea about the problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

沉默的熊 2024-12-19 00:18:34
sudo apt-get remove rails

另外,请使用 RVM。它允许您在用户目录中安装 gem,从而消除了使用 sudo 的需要(从而使自己面临风险)。

sudo apt-get remove rails

Also, use RVM. It allows you to install gems in your user directory, thus eliminating the need to use sudo (and thus putting yourself at risk).

弄潮 2024-12-19 00:18:34
apt-get remove rails rails-ruby1.8 -y

获得root权限后

apt-get remove rails rails-ruby1.8 -y

after getting root privileges

執念 2024-12-19 00:18:34

您可能必须使用 Ubuntu 内置的包管理器来删除它。尝试 apt-get remove 并查看此页面 https://help.ubuntu.com/community/RubyOnRails

You probably have to remove it using the Ubuntu built in package manager. Try apt-get remove and look into this page https://help.ubuntu.com/community/RubyOnRails

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