Yes, as you found, `download` is indeed exported in windows. The implementation of the function however calls (in base/util.jl) "success(`which $checkcmd` |> DevNull)" This fails since its tries to run the shell command "which", which (sic) does not exist in windows.
On Thursday, 3 April 2014 13:02:33 UTC+1, Jacques Rioux wrote: > > Replying to myself. The exports are in share/julia/base/exports.jl and the > download function is exported for all platforms. > > So I guess what you meant was that it simply does not work on Windows. > > >>>
