rbenv init: Permission denied
I recently installed rbenv on Mac OS X and when I went to run "rbenv init" I received the following error:
"permission denied: rbenv"
Quick Fix
chmod +x /usr/local/Cellar/rbenv/0.4.0/bin/rbenv
I recently installed rbenv on Mac OS X and when I went to run "rbenv init" I received the following error:
"permission denied: rbenv"
chmod +x /usr/local/Cellar/rbenv/0.4.0/bin/rbenv