gpt4 book ai didi

Ruby - 使用 RVM 安装的版本 2.0.0 但未显示在更新选项下

转载 作者:数据小太阳 更新时间:2023-10-29 08:38:17 24 4
gpt4 key购买 nike

我刚刚使用 RVM 安装了 ruby​​ 2.0.0。

u2@u2-VirtualBox:~/tools$ rvm use 2.0.0-p353 --default
Using /usr/local/rvm/gems/ruby-2.0.0-p353

但我无法使用 update-alternatives 查看/设置 2.0.0 作为默认的 Ruby 版本。因此 Aptana 使用的是 1.9.1 版本

u2@u2-VirtualBox:~/tools$ update-alternatives --config ruby
There are 2 choices for the alternative ruby (providing /usr/bin/ruby).

Selection Path Priority Status
------------------------------------------------------------
* 0 /usr/bin/ruby1.9.1 51 auto mode
1 /usr/bin/ruby1.8 50 manual mode
2 /usr/bin/ruby1.9.1 51 manual mode

Press enter to keep the current choice[*], or type selection number:

真诚感谢任何帮助。

最佳答案

您必须将安装的版本注册为 /usr/bin/ruby 的替代提供程序。这样做:

sudo update-alternatives --install /usr/bin/ruby ruby /path/to/ruby/2.0/executable

然后,您可以照常调用 update-alternatives --config ruby​​

关于Ruby - 使用 RVM 安装的版本 2.0.0 但未显示在更新选项下,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21266153/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com