Skip to content

Feature Request: Bake in a relative path for JULIA_DEPOT_PATH when --bundle is passed #168

Description

@apozharski

Currently if a bundle is used on a machine with an existing julia installation, the JULIA_DEPOT_PATH may point to that existing installation instead of the bundle. This means users of the shipped binary have to set the depot path manually with an environment variable which adds significant friction, and may cause unpredictable behavior (e.g. wrong Artifact usage).

I am not actually sure if this is possible without changes to julia itself as I think the JULIA_DEPOT_PATH expansion only works on absolute paths in the end, but it would be useful to make bundles self contained.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions