什么是“没有可用的二进制红宝石"?意思是? [英] What does "No binary rubies available" mean?

查看:94
本文介绍了什么是“没有可用的二进制红宝石"?意思是?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

每当我使用rvm install x.x.x时,即使安装成功,我也会收到此警告:

Whenever I use rvm install x.x.x, I get this warning even in successful installation:

No binary rubies available for: osx/10.12/x86_64/ruby-2.4.0.
Continuing with compilation. Please read 'rvm help mount' to get more
information on binary rubies.

我尝试阅读rvm help mount,但这超出了我的知识范围.

I tried to read rvm help mount, but it was beyond the scope of my knowledge.

有人可以用简单的英语解释这个警告吗?谢谢!

Can someone explain this warning in simple English? Thanks!

推荐答案

在安装新的Rubies时,RVM首先尝试使用从

When installing new Rubies, RVM first tries to use a pre-compiled version it downloads from https://rvm_io.global.ssl.fastly.net/binaries/. This significantly speeds up the installation of Rubies.

仅当RVM找不到匹配的版本(或您指定了其他编译​​选项)时,RVM才会对Ruby各自版本的源代码进行下装,并在您的计算机上进行编译.

Only if RVM doesn't find a matching version (or you have specified additional compile options), RVM downlaods the source code of the respective version of Ruby and compiles it on your computer.

您收到的消息只是通知您RVM找不到适合您的操作系统的所需Ruby的预编译版本,RVM将从源代码进行编译.这不是错误.生成的Ruby将与以预编译形式下载的Ruby完全相同.安装只需一点时间.

The message you got there just informs you that RVM couldn't find a precompiled version of your desired Ruby for your operating system and that RVM will compile it from source. This is not an error. The resulting Ruby will work exactly the same as if it would have been downloaded in precompiled form. It just takes a bit longer to install.

这篇关于什么是“没有可用的二进制红宝石"?意思是?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆