How to install a downloaded Ruby gem file ?
Posted
by JCLL
on Stack Overflow
See other posts from Stack Overflow
or by JCLL
Published on 2010-03-05T13:25:54Z
Indexed on
2010/03/28
19:13 UTC
Read the original article
Hit count: 327
rubygems
How does "gem install" works ? It is not intuitive...
My gem is really here :
[root@localhost Téléchargement]# ll *.gem
-rw-rw-r-- 1 jean jean 16353818 mar 5 11:39 ruby-processing-1.0.9.gem
But an idiomatic "gem install" does not see it...
[root@localhost Téléchargement]# gem install ruby-processing-1.0.9.gem
ERROR: could not find gem ruby-processing-1.0.9.gem locally or in a repository
What's wrong with that ? Thx JC
© Stack Overflow or respective owner