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

Ruby 1.9 support #142

Open
mcandre opened this issue Feb 12, 2013 · 4 comments
Open

Ruby 1.9 support #142

mcandre opened this issue Feb 12, 2013 · 4 comments

Comments

@mcandre
Copy link

mcandre commented Feb 12, 2013

Please add support for using Pik in environments where the primary Ruby available is not 1.8 but 1.9.

@luislavena
Copy link
Collaborator

Hello,

Can you be more specific? How are you installing Pik? Are you using the standalone binary or attempt to use the gem version?

What is the thing that is not working? Do you have an error/backtrace?

Have you tried pre-release 0.3.0 available here? https://github.com/vertiginous/pik/downloads

@mcandre
Copy link
Author

mcandre commented Feb 12, 2013

The README says that Pik requires Ruby 1.8 in order to install Pik. Is this true?

@luislavena
Copy link
Collaborator

You can install pik as gem on Ruby 1.9.x since it includes an standalone executable binary.

You can also install Pik as standalone binary and will be independent of the gem and the Ruby version you installed it.

You can use Pik to switch to different versions of Ruby, either 1.8.x, 1.9.x or 2.0, even JRuby.

However, to work on Pik, you need Ruby 1.8.7 since exerb-mingw was limited to only 1.8.x Ruby. That was solved not long ago, so README might not be accurate anymore.

@mcandre
Copy link
Author

mcandre commented Feb 12, 2013

However, to work on Pik, you need Ruby 1.8.7 since exerb-mingw was limited to only 1.8.x Ruby.

Ohhhh. Can we tweak the README like this?

...Ruby 1.8.7 is not required for Pik users, but is required for developing Pik itself.

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

2 participants