Skip to content

Does not actually cycle through all rubies on OSX #22

@claco

Description

@claco

I'm working on setting up my Ruby environment using Ansible on both OSX and Fedora.

For whatever reason, rbenv each on my OSX machine appears to cycle through the available rubies, but not actually shim them in. the all plugin works just dandy, but I'd prefer each frankly.

 → rbenv versions
* system (set by /Users/claco/.rbenv/version)
  2.2.4
  2.3.0

 → rbenv each -v ruby --version
===[2.2.4]==============================================================
ruby 2.0.0p645 (2015-04-13 revision 50299) [universal.x86_64-darwin15]

===[2.3.0]==============================================================
ruby 2.0.0p645 (2015-04-13 revision 50299) [universal.x86_64-darwin15]

 → rbenv all ruby --version
2.2.4>> ruby --version
ruby 2.2.4p230 (2015-12-16 revision 53155) [x86_64-darwin15]

2.3.0>> ruby --version
ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-darwin15]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions