Search code examples
rubyopenshiftopenshift-client-tools

Openshift - rhc setup - in 'require': cannot load such file


I am trying to install the Openshift client tools using the procedure available here.

At the step requiring to perform rhc set-up, I get the following error message:

enter image description here

I am on a Windows 10 64 bit laptop. Anyone knows how to solve this?


Solution

  • You are using ruby2.2.0. I had similar problems and I downgraded ruby to 1.9.3 as from the tutorial https://developers.openshift.com/en/getting-started-windows.html#client-tools and it worked at least on my windows 7 64 machine.