Ruby-build: rbenv failed to install ruby 2.4.3

Created on 21 Dec 2017  路  2Comments  路  Source: rbenv/ruby-build

rbenv install 2.4.3
Downloading ruby-2.4.3.tar.bz2...
-> https://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.3.tar.bz2
error: failed to download ruby-2.4.3.tar.bz2

BUILD FAILED (Ubuntu 16.04 using ruby-build 20171215-2-g5481719)

Most helpful comment

I had the same issue... Try rbenv install 2.4.3 -v That did the trick for me

All 2 comments

I had the same issue... Try rbenv install 2.4.3 -v That did the trick for me

The download failure is indicative of a network problem and not something we can help with. The download target itself exists:

$ curl -I https://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.3.tar.bz2
HTTP/2 200
Was this page helpful?
0 / 5 - 0 ratings