Skip to content

Commit 06d2a19

Browse files
authored
Document where to put startup.jl if JULIA_DEPOT_PATH is set (#58126)
1 parent 48660a6 commit 06d2a19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/manual/command-line-interface.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ atreplinit() do repl
148148
# ...
149149
end
150150
```
151-
151+
If [`JULIA_DEPOT_PATH`](@ref JULIA_DEPOT_PATH) is set, the startup file should be located there
152+
`$JULIA_DEPOT_PATH/config/startup.jl`.
152153

153154
## [Command-line switches for Julia](@id command-line-interface)
154155

0 commit comments

Comments
 (0)