Skip to content

Commit 786bfdb

Browse files
committed
Install: Remove non working path check from check_health()
1 parent 9475395 commit 786bfdb

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

mhkit/package/+mhkit/check_health.m

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,6 @@
116116
end
117117
logger.info('Platform: %s', platform);
118118

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
126119

127120
catch ME
128121
logger.warning('⚠ Could not gather all system information: %s', ME.message);

0 commit comments

Comments
 (0)