Skip to content

Commit

Permalink
use JULIA_DEPOT_PATH as default install path (#240)
Browse files Browse the repository at this point in the history
* use JULIA_DEPOT_PATH as default install path

* change to DEPOT_PATH
  • Loading branch information
Roger-luo authored Apr 26, 2023
1 parent 1f0365d commit b352976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b352976

Please # to comment.