Not sure what's wrong. Might be the space.
On Thu, Oct 15, 2015 at 7:33 AM -0700, "Tomas Lycken" <[email protected]> wrote: Yup, that seems to work as expected. julia> ENV["HOMEDRIVE"] "C:" julia> ENV["HOMEPATH"] "\\Users\\Tomas Lycken" julia> homedir() "C:\\Users\\Tomas Lycken" A .juliarc in that directory still isn’t run, though. // T On Thursday, October 15, 2015 at 3:28:08 PM UTC+2, Tony Kelman wrote: Are HOMEDRIVE and HOMEPATH set? The homedir() function should be falling > back to the concatenation of those on windows. >
