Skip to content
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

Closed
wants to merge 2 commits into from

Conversation

mikephelan
Copy link

add JULIA_DEPOT_PATH


```
$HOME/.julia
$HOME/.julia/Julia-<release>/local/share/julia
Copy link
Member

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`
Copy link
Member

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
Copy link
Member

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
@laborg
Copy link
Contributor

laborg commented Feb 21, 2022

JULIA_DEPOT_PATH has been documented in #30959 and in #31009

@laborg laborg closed this Feb 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants