Skip to content

Commit 645590b

Browse files
committed
doc has_python [skip ci]
1 parent 93c7d9d commit 645590b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

+stdlib/has_python.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
%% 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)`.
26
%
37
% https://www.mathworks.com/support/requirements/python-compatibility.html
48

0 commit comments

Comments
 (0)