25 Jan 2013 23:44
julia on windows cannot write sys.ji in some places
This is, unfortunately, a pretty immediate blocker for me, I would really like to push an overhall to the windows julia studio ide today.
Essentially, if julia is installed somewhere that requires privileges to modify (say, "Program Files", then it won't be able to write out the sys.ji file it generates.
I see a few options:
1. I could install it somewhere separate. This could work, but it seems opaque (and it may be frustrating to update the relative paths I'm using).
2. When writing sys.ji, Julia could ask for elevated privileges. I'm not sure where or how to do this, but I can see plenty of situations where I might want to use Julia to update protected files, so I think this should be done eventually).
3. Sys.ji could be written somewhere different on windows. Also opaque, probably more so than 1, and seems like a silly patch
Could anyone help me with 2?
--
RSS Feed