Question

I was trying to get my Ruby 1.9.3 running for my Octopress installation.

When I typed:

rbenv rehash    

I got an error:

rbenv: cannot rehash: /Users/my-computer-name/.rbenv/shims/.rbenv-shim exists

How to get rid of this issue?

Was it helpful?

Solution

Try using the following commands:

rm -rf /Users/my-computer-name/.rbenv/shims/.rbenv-shim
rbenv rehash

OTHER TIPS

sudo rbenv rehash

Mine just needed the sudo

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top