osx - ruby 1.9 -- Gem is there but it says its not? -


I have just installed 1.9 on my 10.6 OSX, and it runs as "ruby1.9" command.

So I'm trying to:

  sudo rake1.9 install  

but it's telling me

  Jeweler (or Dependency) is not available Install it: Gem Installed Jeweler Rack Aborted! There is no such file to load - git  

However, if I type:

  gem1.9 list  

Jeweler Gems is there as clear as day ... wtf!?! Why is it like this...? Anyone know?

is saying that git is gem / library / file is not Found:

  No such file to load - git  

Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -