Domanda

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?

È stato utile?

Soluzione

Try using the following commands:

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

Altri suggerimenti

sudo rbenv rehash

Mine just needed the sudo

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top