Reputation: 55
I installed rbenv with brew but when i uninstall it nothing changes. Here is output:
$ which -a ruby
/usr/local/var/rbenv/shims/ruby
/usr/local/bin/ruby
/usr/bin/ruby
Upvotes: 0
Views: 1944
Reputation: 11522
Take a look at this issue
If you used Homebrew, then brew uninstall rbenv.
rm -rf ~/.rbenv and then remove whatever you added to your shell's start-up files.
Upvotes: 1