Ruby-build: Caching of Downloads ?

Created on 19 Feb 2018  路  1Comment  路  Source: rbenv/ruby-build

After rbenv install it downloads and installs but if build fails due to some error, We again run the command , Does it download it again rather than using the previously downloaded if found ? It was really frustrating to wait for it to download again and again after multiple Failed Builds.

Most helpful comment

You can cache them with mkdir -p ~/.rbenv/cache

>All comments

You can cache them with mkdir -p ~/.rbenv/cache

Was this page helpful?
0 / 5 - 0 ratings