覆盖rvm中检测到的分布(Ruby Version Manager)

时间:2021-09-10 07:24:28

I work on Linux mint and rvm has already pre-built binaries for ubuntu, So I want to override the detected distro to ubuntu ? I found That I can override setting in rvm/user/db So what's the entry that I should write

我在Linux mint工作,rvm已经为ubuntu预先构建了二进制文件,所以我想覆盖检测到的发行版到ubuntu?我发现我可以覆盖rvm / user / db中的设置那么我应该写的是什么条目

1 个解决方案

#1


1  

no you can not override the detected platform, this is not supported - feel free to open a ticket requesting that functionality: https://github.com/wayneeseguin/rvm/issues

不,你不能覆盖检测到的平台,这是不受支持的 - 随意打开请求该功能的票证:https://github.com/wayneeseguin/rvm/issues

you can install the binary rubies from other platforms (found here: https://rvm.io/binaries):

你可以从其他平台安装二进制红宝石(见这里:https://rvm.io/binaries):

rvm mount -r <url to the binary>

also there is a ticket to use the debian binaries for mint: https://github.com/wayneeseguin/rvm/issues/2134

还有一张票使用debian二进制文件来制作薄荷:https://github.com/wayneeseguin/rvm/issues/2134

#1


1  

no you can not override the detected platform, this is not supported - feel free to open a ticket requesting that functionality: https://github.com/wayneeseguin/rvm/issues

不,你不能覆盖检测到的平台,这是不受支持的 - 随意打开请求该功能的票证:https://github.com/wayneeseguin/rvm/issues

you can install the binary rubies from other platforms (found here: https://rvm.io/binaries):

你可以从其他平台安装二进制红宝石(见这里:https://rvm.io/binaries):

rvm mount -r <url to the binary>

also there is a ticket to use the debian binaries for mint: https://github.com/wayneeseguin/rvm/issues/2134

还有一张票使用debian二进制文件来制作薄荷:https://github.com/wayneeseguin/rvm/issues/2134