We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9475395 commit 786bfdbCopy full SHA for 786bfdb
1 file changed
mhkit/package/+mhkit/check_health.m
@@ -116,13 +116,6 @@
116
end
117
logger.info('Platform: %s', platform);
118
119
- % Check PATH for Python
120
- current_path = getenv('PATH');
121
- if contains(current_path, 'python') || contains(current_path, 'conda')
122
- logger.info('✓ Python/Conda found in system PATH');
123
- else
124
- logger.warning('⚠ Python/Conda not detected in system PATH');
125
- end
126
127
catch ME
128
logger.warning('⚠ Could not gather all system information: %s', ME.message);
0 commit comments