Closed DrKrar closed 7 years ago
when parsing the Path.jl file in Julia latest 0.7-Dev as it has restricted escape behaviour. its content was
const BASE_JULIA_BIN="D:\Julia\Julia-0.7.0-DEV\bin" export BASE_JULIA_BIN const BASE_JULIA_SRC="D:\Julia\Julia-0.7.0-DEV\bin../.." export BASE_JULIA_SRC
const BASE_JULIA_BIN="D:\Julia\Julia-0.7.0-DEV\bin" export BASE_JULIA_BIN
const BASE_JULIA_SRC="D:\Julia\Julia-0.7.0-DEV\bin../.." export BASE_JULIA_SRC
so this should sovle the problem.
@ararslan thanks. I should close this PR.
when parsing the Path.jl file in Julia latest 0.7-Dev as it has restricted escape behaviour. its content was
so this should sovle the problem.