-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue 29714, add JULIA_DEPOT_PATH #29756
Conversation
|
||
``` | ||
$HOME/.julia | ||
$HOME/.julia/Julia-<release>/local/share/julia |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
julia
and not Julia
. And maybe add that is v$major.$minor
@@ -107,6 +107,16 @@ Suppose the value of `$JULIA_PKGRESOLVE_ACCURACY` is `n`. Then | |||
* the number of iterations between decimation steps is `10*n`, and | |||
* at decimation steps, at most one in every `20*n` packages is decimated. | |||
|
|||
### `JULIA_DEPOT_HOME` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JULIA_DEPOT_HOME
-> JULIA_DEPOT_PATH
@@ -107,6 +107,16 @@ Suppose the value of `$JULIA_PKGRESOLVE_ACCURACY` is `n`. Then | |||
* the number of iterations between decimation steps is `10*n`, and | |||
* at decimation steps, at most one in every `20*n` packages is decimated. | |||
|
|||
### `JULIA_DEPOT_HOME` | |||
|
|||
A directory path that points to the default location for storage of Julia packages. If `$JULIA_DEPOT_HOME` is not set, then `REPL.DEPOT_PATH` defaults to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JULIA_DEPOT_HOME
-> JULIA_DEPOT_PATH
and REPL.DEPOT_PATH
-> Base.DEPOT_PATH
…e, replaced release placeholder with variable reference
add JULIA_DEPOT_PATH