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

Provide a way to use an alternate "system" ruby #28

Closed
mikehale opened this issue Jul 18, 2016 · 2 comments
Closed

Provide a way to use an alternate "system" ruby #28

mikehale opened this issue Jul 18, 2016 · 2 comments

Comments

@mikehale
Copy link

Some gems can't be used with the old version of ruby that ships on the latest OSX. Homebrew can install an alternate "system" ruby with brew install ruby to $HOMEBREW_PREFIX/opt/ruby/bin. It would be convenient to provide a way to detect or select that alternate ruby and prefer it over the system ruby at /usr/bin/ruby.

@nicksieger
Copy link

Great idea! The path is hard-coded here, perhaps you could look at what it would take to make it configurable?

@anfleene
Copy link

Added in #29 Thanks for the suggestion!

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

No branches or pull requests

3 participants