Fix: MATLAB conflicts with WebStorm

Post date: Oct 12, 2021 21:01:33 PM

In MATLAB:

MATLAB calling third party software using status = system(command) shows error message: 'glibc-2.17_shim.so' from LD_PRELOAD cannot be preloaded: ignored

Quick fix:

MATLAB code:

mycommand=['env -i HOME="$HOME" bash -l -c "./somescript.sh"];

status = system(mycommand)


What happened: https://epics.anl.gov/tech-talk/2021/msg00852.php