I’m trying to help a co-worker install Ruby on Rails on his Windows 7
PC. But when we try to update the gems or install the sqlite3 gem, it
gives us an error. It looks like it’s looking for a network drive (N:)
instead of looking at the OS drive (C:)
c:\Ruby192\bin>gem update --system
Updating RubyGems
ERROR: While executing gem … (Errno::ENOENT)
No such file or directory - N:/
When we do gem env, it points to the right direction the C:\ drive