We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3432a2b commit 55cc1a4Copy full SHA for 55cc1a4
1 file changed
mhkit/package/+mhkit/install.m
@@ -209,7 +209,7 @@ function initialize_python_integration(env_name, logger)
209
logger.info('Added Python directory to PATH: %s', python_dir);
210
211
% Set MATLAB's Python environment with OutOfProcess execution mode (like working Unix tests)
212
- pyenv('Version', python_path, 'ExecutionMode', 'OutOfProcess');
+ pyenv(Version=python_path, ExecutionMode="OutOfProcess");
213
logger.info('Configured pyenv with OutOfProcess execution mode');
214
215
% Test Python import
0 commit comments