在ubuntu中安装ruby的位置

时间:2015-02-08 14:51:54

标签: ruby-on-rails ruby ubuntu

我使用rvm

通过终端在ubuntu中安装了ruby和rails以及其他宝石

安装完成后,我检查了ruby和rails的版本。

后来我关闭了终端。现在我无法找到红宝石。

我也是ruby和ubuntu的新手。我确定它安装好了。但是当我再次打开它并关闭终端并键入“ruby -v”

之后

我明白了:

ubuntu@ubuntu:~$ ruby -v
The program 'ruby' can be found in the following packages:
 * ruby
 * ruby1.8 (You will have to enable component called 'universe')
Try: sudo apt-get install <selected package>
ubuntu@ubuntu:~$ 

1 个答案:

答案 0 :(得分:0)

我强烈建议最近在Ruby中使用rbenv代替rvm

有关如何安装它的指南位于:https://gorails.com/setup/ubuntu/14.10

然后,Ruby将安装在.rbenv文件夹中的$HOME目录中。

要回答有关rvm安装位置的问题,请将其安装到.rvm

$HOME文件夹中