0

Installed Ruby 2.2.4 x64 Windows.

Installed the correct DevKit.

Installing RVM via Windows...Can't becuase I need the curb gem.

When I install the curb gem I get an error:

enter image description here

I'm trying to install the RVM from this site, using this command as well:

enter image description here

When I copy and paste the RVM into the command line i get an error that reads: 'curl is not recognized as an internal or external command, operable program or batch file.'

Same thing for the gpg line.

marriedjane875
  • 653
  • 2
  • 10
  • 24
  • Welcome to SO. Please remove the images, and copy/paste the information into your question itself. Images can't be used when we need to copy data for search or reference, and search engines can't use it to help direct others who are searching for a solution to the same problem. "[ask]", including the links at the bottom, will help as will "[mcve]". – the Tin Man Apr 12 '16 at 23:00
  • You need to install `curl` and `gpg`, however, being on Windows, RVM's default installation won't work. Per the docs "for Windows use this [tutorial](http://blog.developwithpassion.com/2012/03/30/installing-rvm-with-cygwin-on-windows/)." – the Tin Man Apr 12 '16 at 23:03
  • Okay. Thank you. for both the answer and the advice. I'll make sure I read that before I ask another question. I appreciate the help and information, sincerely. @theTinMan – marriedjane875 Apr 12 '16 at 23:06

1 Answers1

0

for windows, pik does manage rvm on windows

marriedjane875
  • 653
  • 2
  • 10
  • 24