我使用rvm通过终端在ubuntu中安装了ruby和rails以及其他gem。
安装后,我检查了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
我想安装瓦格兰特。当我尝试安装Vagrant (使用dpkg -i命令)时,会得到以下错误:
Package ruby-bundler is not installed.
vagrant depends on ruby-childprocess (>= 0.3.7); however:
Package ruby-childprocess is not installed.
vagrant depends on ruby-erubis (>= 2.7.0); however:
Package ruby-erubis is not installed.
vagrant
我安装了rbenv和ruby构建,运行了rbenv install 2.3.0,它成功了。但是,我不能使用任何Ruby命令。以下是我遇到的各种错误:
user@ubuntu:~$ gem install bundler
rbenv: gem: command not found
The `gem' command exists in these Ruby versions:
2.3.0
user@ubuntu:~$ ruby -v
rbenv: ruby: command not found
The `ruby' command exists in these Rub
使用rbenv,运行bundle install,并在安装Json 1.8.1时出错。
Building native extensions. This could take a while...
ERROR: Error installing json:
ERROR: Failed to build gem native extension.
/usr/bin/ruby1.9.1 extconf.rb
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file
在带有ruby 2.0.0的ubuntu 12.04上安装了rvm 1.19.6。在执行rvm get stable时只接收permission denied即可。下面是错误:
$rvm get stable
######################################################################## 100.0%
bash: line 535: /home/ubuntu/.rvm/RELEASE: Permission denied
Could not update RVM, get some help at #rvm IRC channe
我正在尝试在Ubuntu上安装一个使用ruby的应用程序。我安装了RVM和Ruby2.0,并运行了rake install,但Rake尝试使用较旧系统版本的Ruby。因此,我卸载了系统版本,并再次尝试运行Rake。这一次它说“没有这样的文件”。如何让Rake使用RVM的ruby?下面是不同命令的输出。
$ rake install
sudo bundle --without production staging test levelbuilder --quiet
sudo: unable to execute /usr/local/bin/bundle: No such file or di
我在ubuntu上安装了Sass,所以我首先安装了Ruby,然后安装了Sass。但是当我尝试sass -v时,它给出了一个关于当前安装ruby1.9版本的不推荐的信息,说它在将来不会被支持。因此,我尝试将ruby版本升级到2.0 (未在ubuntu上安装2.3)
$ sudo apt-获取安装ruby2.0
但是在检查ruby版本时,它仍然显示了1.9,所以我尝试使用uninstallingRuby1.9,然后它显示了一个要卸载的依赖库。我甚至这样做了,但是在安装ruby2.0之后,又出现了错误
the following packages have unmet dependencie
我最近开始在我的Ruby和Rails工作中测试Ubuntu bash for Windows10子系统。为了设置rails,我从GoRails.com跟踪了。
昨天一切正常。但在今天关闭我的电脑并重新启动Ubuntu bash终端后,它似乎不再识别ruby或rails了。例如,输入ruby -v会得到以下结果:
The program 'ruby' is currently not installed. You can install it by typing: sudo apt install ruby
输入rails -v后会显示:
bash: /mnt/c/Ruby22-
我在我的Ubuntu上安装了RVM,当我试图安装Ruby时,我得到了这个错误。
rvm install 2.0.0
# 'ruby' was not found, cannot install rubygems unless ruby is present (Do you have an RVM ruby installed & selected?)
有什么不对的?
我在Ubuntu17.10中安装了RVM,但是当我试图安装Ruby时,出现了以下错误:
$ rvm install 2.5.0
Searching for binary rubies, this might take some time.
No binary rubies available for: ubuntu/17.10/x86_64/ruby-2.5.0.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Check