I installed ruby for cygwin, using the cygwin setup program:

$ ruby --version
ruby 1.8.5 (2006-12-25 patchlevel 12) [i386-cygwin]


To my surprise, this does not install the "gem" command, which is
normally part of Ruby 1.8.5:

$ which ruby
/usr/bin/ruby
$ ls /usr/bin/gem
ls: cannot access /usr/bin/gem: No such file or directory


How can I get the gem command for cygwin? Or can I simply use the "gem"
command
from the normal (Windows-) installation of Ruby?

Ronald
-- 
Ronald Fischer <[EMAIL PROTECTED]>
Phone: +49-89-452133-162
 

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to