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/pythoncall.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -289,7 +289,7 @@ variables.
289
289
|`exe`|`JULIA_PYTHONCALL_EXE`| Path to the Python executable, or special values (see below). |
290
290
|`lib`|`JULIA_PYTHONCALL_LIB`| Path to the Python library (usually inferred automatically). |
291
291
|`pickle`|`JULIA_PYTHONCALL_PICKLE`| Pickle module to use for serialization (`pickle` or `dill`). |
292
-
|`fix_qt_plugin_path=<true\|false>`|`JULIA_PYTHONCALL_FIX_QT_PLUGIN_PATH=<false\|true\|0\|1\|no\|yes>`| When true (the default), automatically [fix the Qt plugin path](@ref`PythonCall.fix_qt_plugin_path`) when activating a Qt-based event loop. |
292
+
|`fix_qt_plugin_path=<true\|false>`|`JULIA_PYTHONCALL_FIX_QT_PLUGIN_PATH=<false\|true\|0\|1\|no\|yes>`| When true (the default), automatically [fix the Qt plugin path](@ref PythonCall.fix_qt_plugin_path) when activating a Qt-based event loop. |
293
293
294
294
The easiest way to set these preferences is with the
0 commit comments