You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add JULIA_EXE env var for custom Julia binary (#18)
* feat: add JULIA_EXE env var to specify Julia binary
* cleanup: remove juliaExe field from struct; trim skill docs
* fix: add missing logFile arg to test newJuliaSession calls
Copy file name to clipboardExpand all lines: skills/julia-client/SKILL.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@ Treat `julia-client` like persistent REPL: run setup once with `julia-client -E
15
15
- struct/type redefinition
16
16
- adding `using NewPkg` inside modules whose `Project.toml` didn't already list `NewPkg` dep (the module's load-time dep view is cached so `Pkg.add`+edit isn't enough)
17
17
18
+
## Environment
19
+
20
+
-`JULIA_EXE` — Path to the Julia binary. If unset, `julia` is looked up in `$PATH`.
0 commit comments