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.
You can cache them with mkdir -p ~/.rbenv/cache
Most helpful comment
You can cache them with
mkdir -p ~/.rbenv/cache