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
On Mac, if rbenv is installed by Homebrew(brew), rbenv.el will not work.
rbenv.el is expecting to find ~/.rbenv/bin/rbenv but Homebrew installs rbenv in /usr/local/rbenv and use ~/.rbenv for different ruby installations and shims.
Can we have a different custom variable to point to rbenv instead of using rbenv-installation-dir?
The text was updated successfully, but these errors were encountered:
On Mac, if rbenv is installed by Homebrew(brew), rbenv.el will not work.
rbenv.el is expecting to find ~/.rbenv/bin/rbenv but Homebrew installs rbenv in /usr/local/rbenv and use ~/.rbenv for different ruby installations and shims.
Can we have a different custom variable to point to rbenv instead of using rbenv-installation-dir?
The text was updated successfully, but these errors were encountered: