can't update rubygems on non english windows version
Hello, I can't update (install gem) with non english user name on Windows Web Server 2008 Russian
I have tried :
gem update --system
gem install mechanize
ERROR: While executing gem ... (Errno::ENOENT)
No such file or directory - C:\Users\Администратор
After some googling, have readed about non ascii sysbols issue, and have created new user - Adm,
and have tried again
gem update --system - result - nothing to update
gem install mechanize - result - successfull installed
gem - v
1.3.7
ruby -v
1.8.6
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Nick Quaranto on 25 Sep, 2010 05:29 AM
Sounds like a bug with how RubyGems handles paths on Windows.
http://github.com/rubygems/rubygems if you're willing to get a patch together, please feel free to submit one!
Support Staff 3 Posted by John Barnette on 17 Nov, 2010 07:47 AM
We have a ticket for this in the dev tracker. Closing.
John Barnette closed this discussion on 17 Nov, 2010 07:47 AM.