Hi, At Thu, 9 Sep 2010 02:41:01 +0900, Luis Lavena wrote in [ruby-core:32165]: > One common problem is the installation of rake itself. See > the following git for the full list of commands: > > http://gist.github.com/570419 > > After doing gem install rake, rake doesn't work: > > <pre><code> > $ rake --version > rake, version 0.8.7 > > $ gem install rake > Successfully installed rake-0.8.7 > 1 gem installed Why does gem command try to install another rake, even when the same version is installed already? -- Nobu Nakada