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
Copy file name to clipboardExpand all lines: docs/src/juliacall.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,8 +142,7 @@ be configured in two ways:
142
142
|`-X juliacall-heap-size-hint=<N>`|`PYTHON_JULIACALL_HEAP_SIZE_HINT=<N>`| Hint for initial heap size in bytes. |
143
143
|`-X juliacall-exe=<file>`|`PYTHON_JULIACALL_EXE=<file>`| Path to Julia binary to use (overrides JuliaPkg). |
144
144
|`-X juliacall-project=<dir>`|`PYTHON_JULIACALL_PROJECT=<dir>`| Path to the Julia project to use (overrides JuliaPkg). |
145
-
|`-X juliacall-libpath=<file>`|`PYTHON_JULIACALL_LIBPATH=<file>`| Path to libjulia. If set together with `default-bindir`, skips the subprocess that discovers it. |
146
-
|`-X juliacall-default-bindir=<dir>`|`PYTHON_JULIACALL_DEFAULT_BINDIR=<dir>`| Julia's `Sys.BINDIR`. If set together with `libpath`, skips the subprocess that discovers it. |
145
+
|`-X juliacall-lib=<file>`|`PYTHON_JULIACALL_LIB=<file>`| Path to libjulia. Set to skip the relatively slow discovery process. |
0 commit comments