1

I'm trying to install RVM and I'm following the instructions from the RVM webpage. It says to use this command in the cmd:

     curl -L https://get.rvm.io | bash -s stable --ruby

But it says that 'curl' is not a reconized command:

     'curl' is not recognized as an internal or external command,
     operable program or batch file.

Any thoughts on this?

3
  • Are you running Windows? Commented Mar 18, 2013 at 19:36
  • That error message is from Windows. Unfortunately RVM doesn't work with Windows. Commented Mar 18, 2013 at 19:37
  • Oh well then thats the problem I have windows. Oh well. Thanks! Commented Mar 18, 2013 at 19:39

1 Answer 1

5

Windows doesn't come with the 'curl' command built-in. You can download it from here. But that isn't going to help you much, because RVM doesn't support Windows :)

You can use pik instead.

Sign up to request clarification or add additional context in comments.

1 Comment

Exactly what I was just about to add. According to stackoverflow.com/a/12910824/2141283 pik will do the trick.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.