We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f43007 commit e5b832dCopy full SHA for e5b832d
contrib/windows/juliarc.jl
@@ -1,6 +1,4 @@
1
let user_data_dir
2
ENV["PATH"] = JULIA_HOME*";"*joinpath(JULIA_HOME,"..","Git","bin")*";"*ENV["PATH"]
3
- haskey(ENV,"JULIA_EDITOR") || (ENV["JULIA_EDITOR"] = "start")
4
- user_data_dir = abspath(ENV["AppData"],"julia")
5
- isdir(user_data_dir) || mkdir(user_data_dir)
+ #haskey(ENV,"JULIA_EDITOR") || (ENV["JULIA_EDITOR"] = "start") #start is not a program, so this doesn't work
6
end
0 commit comments