I am using cppcheck to check the code for misra c rules. I use the plugin to call cppcheck it will report failed to auto detect python. I have already set the path of python in the environment variable, but cppcheck still can't find it. I don't know what the reason is. And when I use the cppcheck command directly, I can set the location of the python to be used with the --addon-python parameter. So I wonder if there is a method to configure the path to the python in the plugin?
I am using cppcheck to check the code for misra c rules. I use the plugin to call cppcheck it will report failed to auto detect python. I have already set the path of python in the environment variable, but cppcheck still can't find it. I don't know what the reason is. And when I use the cppcheck command directly, I can set the location of the python to be used with the --addon-python parameter. So I wonder if there is a method to configure the path to the python in the plugin?