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

doesn't execute for system ruby #16

Open
jasonkarns opened this issue Jun 1, 2015 · 2 comments
Open

doesn't execute for system ruby #16

jasonkarns opened this issue Jun 1, 2015 · 2 comments

Comments

@jasonkarns
Copy link
Member

Is rbenv-each intended to also execute the command against the system ruby?

rbenv versions includes the system ruby in its output, but rbenv versions --bare does not. Is this a bug with rbenv versions? Or should rbenv-each not be using --bare?

@mislav
Copy link
Member

mislav commented Jun 1, 2015

"system" is purely for user convenience when reading human-readable output. it should not actually get listed among rbenv versions, since it's not an actual version that rbenv manages.

I don't think rbenv each should iterate over "system".

@jasonkarns
Copy link
Member Author

Speaking anecdotally, I think most of the time I run each I want the command executed in the system ruby as well. For the time being, it's probably better to not change the current behavior. If #1 ever gets implemented, I think I'd like to see system included by default, and excludable via whatever mechanism accomplishes #1

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