Skip to content

Commit

Permalink
Merge pull request JuliaLang#39411 from mkitti/patch-3
Browse files Browse the repository at this point in the history
Mention use of `;` on Windows for JULIA_DEPOT_PATH
  • Loading branch information
kshyatt authored Feb 6, 2021
2 parents 51346a8 + f18fb81 commit b8fff8f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/src/manual/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ This behavior was chosen so that it would be possible to set an empty load path
the environment variable. If you want the default load path, either unset the
environment variable or if it must have a value, set it to the string `:`.

!!! note

On Windows, path elements are separated by the `;` character, as is the case with
most path lists on Windows. Replace `:` with `;` in the above paragraph.

### `JULIA_DEPOT_PATH`

The `JULIA_DEPOT_PATH` environment variable is used to populate the global Julia
Expand Down Expand Up @@ -140,7 +145,7 @@ or if it must have a value, set it to the string `:`.
!!! note

On Windows, path elements are separated by the `;` character, as is the case with
most path lists on Windows.
most path lists on Windows. Replace `:` with `;` in the above paragraph.

### `JULIA_HISTORY`

Expand Down

0 comments on commit b8fff8f

Please sign in to comment.