JuliaPy / JuliaPy/PythonCall.jl
Respect JULIA_PROJECT environment variable if set
未关闭
enhancement
- 主要语言
- Julia
- 星标
- 1.1k
- 派生
- 86
- 平均合并
- 1 天 22 小时
- 30 天内合并 PR
- 3
描述
I am using the python package `juliacall` and am surprised to find that it ignores `JULIA_PROJECT` environment variable.
[Julia documentation about JULIA_PROJECT](https://docs.julialang.org/en/v1/manual/environment-variables/#JULIA_PROJECT).
It would be great if this standard variable is respected. Currently juliacall opens a new julia environment `pyjuliapkg`
贡献指南
这个仓库没有索引到贡献指南
调研方向
Start by tracing juliacall's Julia environment initialization and how the pyjuliapkg environment is selected, then compare that behavior with Julia's JULIA_PROJECT documentation. Done means a set JULIA_PROJECT value is respected instead of always opening pyjuliapkg.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- julia, python
- 领域
- tooling
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 38/100