Skip to content

App installation clobbers LOAD_PATH #4377

@apozharski

Description

@apozharski

Hello,

this issue is related to JuliaLang/JuliaC.jl#13. Currently it seems the default shim created sets the JULIA_LOAD_PATH to only the app environment instead of the environment along with the default. In some cases (in particular for JuliaC.jl) this causes some headaches as packages may not be found if the app calls the julia executable recursively passing through the environment variables.

This could be "solved" by appending :$JULIA_LOAD_PATH by default, though perhaps there is a reason for this behavior I am missing.

Best,
Anton

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions