Skip to content

Commit

Permalink
Update base/initdefs.jl
Browse files Browse the repository at this point in the history
Co-Authored-By: StefanKarpinski <stefan@karpinski.org>
  • Loading branch information
fredrikekre and StefanKarpinski authored Feb 13, 2019
1 parent 18309fc commit 2f6dc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/initdefs.jl
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ files. By default it includes:
3. an architecture-independent shared system directory, e.g. `/usr/share/julia`.
So `DEPOT_PATH` might be:
```
```julia
[joinpath(homedir(), ".julia"), "/usr/local/share/julia", "/usr/share/julia"]
```
The first entry is the "user depot" and should be writable by and owned by the

0 comments on commit 2f6dc22

Please sign in to comment.