diff --git a/src/configs.jl b/src/configs.jl index d4c2ee2..c8312af 100644 --- a/src/configs.jl +++ b/src/configs.jl @@ -63,7 +63,7 @@ Installation configurations. - `nthreads`: julia compiler option for CLIs if not built as standalone application, default is `1`. """ @option struct Install - path::String = "~/.julia" + path::String = first(DEPOT_PATH) completion::Bool = true quiet::Bool = false compile::String = "yes"