vertiginous / pik

Ruby version manager for Windows
830 stars 122 forks source link

problem installing gem (failed RDoc...) #131

Closed Anjen1 closed 12 years ago

Anjen1 commented 12 years ago

Hi, pik installed fine using gem install pik from gitbash to WinXP, but the RDoc failed to load properly. see below for console output. I removed all but the first couple lines of the text bit, since it's probably not salient for this purpose...

$ gem install pik Fetching: pik-0.2.8.gem (100%)


Successfully installed pik-0.2.8 1 gem installed Installing ri documentation for pik-0.2.8... Installing RDoc documentation for pik-0.2.8... Could not find main page README.rdoc Could not find main page README.rdoc Could not find main page README.rdoc Could not find main page README.rdoc

I'm sure it doesn't matter for using it, but...

luislavena commented 12 years ago

Errors generating rdoc can be ignored. As long it says installed gem foo successfully.

Sorry for top posting. Sent from mobile. On Jan 29, 2012 11:41 PM, "Andrew Jenkins" < reply@reply.github.com> wrote:

Hi, pik installed fine using gem install pik from gitbash to WinXP, but the RDoc failed to load properly. see below for console output. I removed all but the first couple lines of the text bit, since it's probably not salient for this purpose...

$ gem install pik Fetching: pik-0.2.8.gem (100%)


  • If you're upgrading from a version <= 0.1.1, you'll want to delete the pik.bat file from all of your ruby versions. Gem uninstall should do the trick. ----------------------

Successfully installed pik-0.2.8 1 gem installed Installing ri documentation for pik-0.2.8... Installing RDoc documentation for pik-0.2.8... Could not find main page README.rdoc Could not find main page README.rdoc Could not find main page README.rdoc Could not find main page README.rdoc

I'm sure it doesn't matter for using it, but...


Reply to this email directly or view it on GitHub: https://github.com/vertiginous/pik/issues/131

Anjen1 commented 12 years ago

Thanks luislavena, I figured as much, but I did want to note the behavior so it can be addressed.