We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c7d9d commit 645590bCopy full SHA for 645590b
1 file changed
+stdlib/has_python.m
@@ -1,4 +1,8 @@
1
%% HAS_PYTHON checks if Python is available in the current environment.
2
+% By default, Matlab >= R2022a will check for Python availability.
3
+% On some systems, Python may be broken in ways not detected by this function.
4
+% The check can be per-session persistently disabled by `stdlib.has_python(false)`.
5
+% The check can be per-session persistently enabled by `stdlib.has_python(true)`.
6
%
7
% https://www.mathworks.com/support/requirements/python-compatibility.html
8
0 commit comments