Skip to content

Commit

Permalink
Document environment variable JULIA_PKG_PRESERVE_TIERED_INSTALLED
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha authored Dec 1, 2023
1 parent aef528d commit 38fee26
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/src/manual/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,15 @@ If set to `true`, Pkg operations which use the git protocol will use an external

The accuracy of the package resolver. This should be a positive integer, the default is `1`.

### [`JULIA_PKG_PRESERVE_TIERED_INSTALLED`](@id JULIA_PKG_PRESERVE_TIERED_INSTALLED)

Change the default package installation strategy to `Pkg.PRESERVE_TIERED_INSTALLED`
to let the package manager try to install versions of packages while keeping as many
versions of packages already installed as possible.

!!! compat "Julia 1.9"
This only affects Julia 1.9 and above.

## Network transport

### [`JULIA_NO_VERIFY_HOSTS`](@id JULIA_NO_VERIFY_HOSTS)
Expand Down

0 comments on commit 38fee26

Please sign in to comment.