Hi everyone, I am using pik to manage both ruby 1.9.1 and ruby 1.8.7 on one machine. Pik installed fine and I can switch between both versions, however with version 1.8.7 I cannot install rubygems. From the command line(I am on windows XP SP2 mind you) I try to execute the rubygems setup file:
ruby setup.rb
and i get this error: 'require': no such file to load -- thread (LoadError) when I try to install ruby gems for 1.8.7(my 1.9.1 rubygems is still installed fine)
Does anyone have any insight into this? Where should thread.rb be located?