Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install with rbenv #1312

Closed
johnhenriksson opened this issue Nov 30, 2016 · 3 comments
Closed

Install with rbenv #1312

johnhenriksson opened this issue Nov 30, 2016 · 3 comments

Comments

@johnhenriksson
Copy link

I'm using rbenv and got ruby 2.3.1 installed as global. I get this error when i try the shoes command:

rbenv: jruby: command not found

The `jruby' command exists in these Ruby versions:
jruby-1.7.26

If I change to jruby global i get this message instead:

rbenv: shoes: command not found

The `shoes' command exists in these Ruby versions:
2.3.1

How do I get the shoes command working with rbenv?

@PragTob
Copy link
Member

PragTob commented Nov 30, 2016

Hi there,

first install a newer JRuby version. Like jruby-9.1.6.0 - then switch to that version and then do gem install shoes - this should work :)

Tobi

@jasonrclark
Copy link
Member

Hey @johnhenriksson! Did running the installation on a version of JRuby work better for you?

FWIW, I've also entered #1300 for us to give a clear message when someone tries to use Shoes on a currently unsupported Ruby. Hopefully that will save others the trouble you ran into!

@jasonrclark
Copy link
Member

With #1345 merged, we should now provide a detailed message if you try to run Shoes on an unsupported Ruby platform. Hopefully that'll help anyone hitting these sort of problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants