-
-
Notifications
You must be signed in to change notification settings - Fork 285
Closed
Description
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
Labels
No labels
Type
Projects
Status
Done