繁体   English   中英

如何使用rbenv安装ruby 1.9.3-p429?

[英]How do I install ruby 1.9.3-p429 using rbenv?

我尝试如下使用rbenv安装ruby 1.9.3-p429; (在Ubuntu Linux 12.04上)

% git clone https://github.com/sstephenson/rbenv.git /path/to/rbenv 
% ln -s /path/to/rbenv ~/.rbenv 
% cd ~/.rbenv 
% echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.zshenv 
% echo 'eval "$(rbenv init -)"' >> ~/.zshenv 
% exec $SHELL -l 
% git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build

但是,ruby-build转储错误消息。

% rbenv install 1.9.3-p429 
Downloading yaml-0.1.4.tar.gz... 
-> http://dqw8nmjcqpjn7.cloudfront.net/36c852831d02cf90508c29852361d01b
-> http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz

BUILD FAILED

Inspect or clean up the working tree at /tmp/ruby-build.20130701184855.7206
Results logged to /tmp/ruby-build.20130701184855.7206.log

Last 10 log lines:


checksum mismatch: yaml-0.1.4.tar.gz (file is corrupt)
expected 36c852831d02cf90508c29852361d01b, got 956baf72fd20659d7045498cc3954bf2 : -q

curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume.

checksum mismatch: yaml-0.1.4.tar.gz (file is corrupt)
expected 36c852831d02cf90508c29852361d01b, got 956baf72fd20659d7045498cc3954bf2 : -q

我该怎么办?

抱歉,我在$ HOME / bin中创建了名为'md5'的shellscript,因此它引起了错误的操作。

(请参考〜/ .rbenv / plugins / ruby​​-build / bin / ruby​​-build compute_md5())

都是我的错。

最后,我成功完成了“ rbenv install 1.9.3-p429”。

暂无
暂无

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

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