Skip to content

Commit

Permalink
Add platform-specific note to JULIA_DEPOT_PATH (JuliaLang#38474)
Browse files Browse the repository at this point in the history
On windows, we separate elements of the `JULIA_DEPOT_PATH` with `;` instead of `:`, so make a note of that in the environment variables.
  • Loading branch information
staticfloat committed Nov 18, 2020
1 parent b92ce01 commit 4ab7ffa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/src/manual/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@ chosen so that it would be possible to set an empty depot path via the environme
variable. If you want the default depot 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.

### `JULIA_HISTORY`

The absolute path `REPL.find_hist_file()` of the REPL's history file. If
Expand Down

0 comments on commit 4ab7ffa

Please sign in to comment.