You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
What's the status of PATH at the time when you invoke rbenv each? Is there a version of Ruby whose bin directory is already pushed to the front of the PATH? If so, you must remove it before proceeding. The issue that you referenced is a long-standing limitation of rbenv that shelling out from one Ruby version to another is not straightforward. This would affect rbenv each, too.
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. theall
plugin works just dandy, but I'd prefereach
frankly.The text was updated successfully, but these errors were encountered: