ruby-install ruby
fails when there's not an existing Ruby interpreter on the system
#372
Labels
ruby-install ruby
fails when there's not an existing Ruby interpreter on the system
#372
I just got this error:
I found some old forum post which suggests that the issue is that we're cleaning before compiling, and the cleanup deletes files which are needed for the compilation:
ruby-install/bin/ruby-install
Lines 47 to 51 in 402cbde
Is it possible for the cleanup step to be moved further down? Maybe even after the install step?
The text was updated successfully, but these errors were encountered: