<div dir="ltr">Hi,<div><br></div><div>Recent versions of Racket for Windows (at least, starting from 6.1.0.3) cannot install packages from planet when Racket's AppData/Roaming/ folder is a shortcut. I'm sure Racket could do it in previous versions.</div><div><br></div><div>The output I get is:</div><div><br></div><div><div>..\..\Program Files\Racket-6.1.0.3\collects\racket\path.rkt:66:14: normalize-path: element within the input path is not a directory or does not exist</div><div>  element: C:\Users\aml\AppData\Roaming\Racket</div><div><br></div><div>Here are some additional tests:</div><div><br></div><div>> (directory-exists? "C:\\Users\\aml\\AppData\\Roaming\\Racket")<br></div><div>#f</div><div>> (file-exists? "C:\\Users\\aml\\AppData\\Roaming\\Racket")</div><div>#f</div><div>> (link-exists? "C:\\Users\\aml\\AppData\\Roaming\\Racket")</div><div>#t</div></div><div><br></div><div>The reason why I use a shortcut is simply because I use several different machines which synchronize that folder using Dropbox.</div><div><br></div><div>Is there a workaround (besides making C:\Users\aml\AppData\Roaming\Racket a regular folder)?</div><div><br></div><div>Best,</div><div>António.</div><div><br></div><div><br></div></div>