简体   繁体   English

RVM 1.0.1安装和依赖项

[英]RVM 1.0.1 installation & dependencies

I have developed a web app in Ruby on Rails using RVM 1.0.1, Ruby 1.8.7 and Rails 3.0.3. 我已经使用RVM 1.0.1,Ruby 1.8.7和Rails 3.0.3在Ruby on Rails中开发了一个Web应用程序。 For new installations, we were getting RVM 1.0.1 from http://rvm.beginrescueend.com/releases/rvm-1.0.1.tar.gz 对于新安装,我们从http://rvm.beginrescueend.com/releases/rvm-1.0.1.tar.gz获得了RVM 1.0.1。

Now the link is not available. 现在该链接不可用。 Anyone please tell me where I could get the RVM 1.0.1 tar file package. 任何人都请告诉我在哪里可以得到RVM 1.0.1 tar文件包。 Also tell me whether there would be any problem if I install an upgraded version of RVM (can cause if there are some dependencies for RVM 1.0.1). 还要告诉我,如果我安装RVM的升级版本是否会出现任何问题(可能会导致RVM 1.0.1的某些依赖性)。 Please help. 请帮忙。

Here are the sources: https://github.com/wayneeseguin/rvm/archive/1.0.1.tar.gz 这是来源: https : //github.com/wayneeseguin/rvm/archive/1.0.1.tar.gz

It's a source so the installation instructions might be different. 它是来源,因此安装说明可能有所不同。

You are using very old version of RVM, it worked well with old systems available at the time (3 years ago), but it does not account for new systems available today and it most likely will fail to compile ruby on the new systems. 您使用的是RVM的非常旧的版本,它与当时(3年前)可用的旧系统兼容,但是它不能解决当今可用的新系统,并且很可能无法在新系统上编译ruby。

The current version is 1.19.5 and it can be installed using: 当前版本是1.19.5 ,可以使用以下方法安装:

\curl -#L https://get.rvm.io | bash -s stable --autolibs=enable

You can read more about autolibs here: https://rvm.io/rvm/autolibs 您可以在此处阅读有关自动autolibs更多信息: https : autolibs

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM