0

I installed the rhc toolkit from openshift on a windows 7 machine. I am also running git on this machine. However, after installation the rhc toolkit is only found in the cmd of windows and not in the git console:

$ rhc
sh.exe": /c/Program Files (x86)/ruby-1.9.2/bin/rhc: "C:/Program: bad interpreter
: No such file or directory

Any recommendations how to fix that?

I appreciate your answer!

timo.rieber
  • 3,727
  • 3
  • 32
  • 47
Carol.Kar
  • 4,581
  • 36
  • 131
  • 264

1 Answers1

1

When you go through the installation of both ruby and git you need to select a few options that will make it usable on the command line. I put together a screencast that will walk you through step by step here https://www.openshift.com/blogs/how-to-install-the-openshift-rhc-client-tools-on-windows

niharvey
  • 2,807
  • 2
  • 15
  • 24
  • 1
    you shouldn't need to remove them, just run through the video and you should be all set. – niharvey Jul 15 '14 at 17:46
  • Would it be possible to update your answer with at least a summary of the steps? – Keith Thompson Jul 15 '14 at 18:10
  • Absolutely! I'll get started on that later today. – niharvey Jul 15 '14 at 18:45
  • Actually on second thought... Everything is layed out nicely with screenshots and everything on the link I posted. Re-writing all that here would be a bit redundant don't you think? I'm more than happy to write more instructions on any topic, but I'm just not seeing the value in doing it twice :). – niharvey Jul 15 '14 at 19:21