How to add MCR to environment variable on Mac OSX El Capitan
1 次查看(过去 30 天)
显示 更早的评论
In Yosemite, it was possible to add the environment variable using the launchctl setenv command as below:
"launchctl setenv DYLD_LIBRARY_PATH $DYLD_LIBRARY_PATH:/Applications/MATLAB/MATLAB_Compiler_Runtime/v83/runtime/maci64:/Applications/MATLAB/MATLAB_Compiler_Runtime/v83/sys/os/maci64:/Applications/MATLAB/MATLAB_Compiler_Runtime/v83/bin/maci64"
The same does not work on El Capitan. Let me know the way to set the variable in such a way that the GUI applications will recognize the variable.
1 个评论
Erdem Uguz
2016-1-16
Are you able to solve your problem? I am facing a similar program. Your possible solution might work for me too.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!