cihangirs
cihangirs

Reputation: 55

How can i change ruby version to default on mac os x?

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

Answers (1)

anquegi
anquegi

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

Related Questions