gem install woe

d:\dev>gem install extlib
ERROR: While executing gem … (Errno::ENOENT)
No such file or directory – \Documents and Settings\Melissa.BLACKY

meant “you need to be in the C drive”

the cause “for some reason ruby on this one box does an File.expand_path(‘~’) -> without a drive letter”

despite these settings:
d:\dev>set | grep HOME
HOME=\Documents and Settings\Melissa.BLACKY
HOMEDRIVE=C:
HOMEPATH=\Documents and Settings\Melissa.BLACKY

d:\dev>set | grep USER
ALLUSERSPROFILE=C:\Documents and Settings\All Users.WINDOWS
USERDOMAIN=BLACKY
USERNAME=Melissa
USERPROFILE=C:\Documents and Settings\Melissa.BLACKY

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>