lsiden
unread,Nov 26, 2009, 11:42:11 PM11/26/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Detroit.rb
Does anyone else in the group run on Ubuntu or Debian? I had an
experience trying to upgrade to ruby 1.9 (package "ruby1.9") and
"rubygems1.9" that I assumed goes together with ruby 1.9. What I
found surprised me.
First of all, I wound up with /usr/bin/ruby1.9, but "ruby --version"
still returned "1.8". So I had to create a symlink, /usr/bin/ruby --
> /usr/bin/ruby1.9. Ditto for "gem".
Then when I ran "gem1.9 --version", it responded "1.3.1", whereas
"gem1.8 --version" responds "1.3.5". IOW, the rubygems1.9 package is
actually 4 updates behind the rubygems1.8 package. What gives?
Lastly, I could no longer run cucumber, even when I re-installed it.
I finally gave up and decided that either the Ruby gods or the Ubuntu
gods do not want me to upgrade to 1.9. Perhaps I must spend more time
with the koans and increase my karma. ;) I uninstalled everything
and reinstalled ruby1.8 and rubygems1.8, just to be on the safe side
and not trouble the gods anymore.
Has anyone else here had similar experience trying to upgrade to 1.9?
-Larry