Solution for rbenv/x.x.x/libexec/rbenv: No such file or directory

Tadashi Shigeoka ·  Thu, May 28, 2020

I’ll introduce the solution for the rbenv/x.x.x/libexec/rbenv: No such file or directory error.

Ruby lang

Background: rbenv/x.x.x/libexec/rbenv: No such file or directory error

/Users/your_name/.rbenv/shims/bundle: line 21: /usr/local/Cellar/rbenv/1.1.2/libexec/rbenv: No such file or directory

Solution: rbenv rehash

rbenv rehash

📚 Reference: rubby: no such file or directory · Issue #11531 · Homebrew/homebrew-core

That’s all from the Gemba, where I resolved the rbenv/x.x.x/libexec/rbenv: No such file or directory error.