Installing rvm on windows 7 [closed]

-1

You can install rvm or rbenv in windows 7, for ruby and gems versioning. If so, how do I install it on my machine? ... I already followed several tutorials that install rvm, but they do not work, I need something functional

    
asked by anonymous 08.08.2018 / 15:40

1 answer

0

In any version of Windows you must install the:

or the:

Then install the keys:

Then after that install the unstable version of RVM with the command in (cygwin terminal or windows sub sustem):

\curl -sSL https://get.rvm.io | bash -s stable --ruby
    
08.08.2018 / 15:56