PyStan: how do I change compilers?

Anyone know how to change the compiler and settings? I’m working through
PyStan now.

I’m not sure about this. (I tend to rely on CI to see if things are
broken in clang.) I think you can set the CC and CCX environment
variables. Here’s a stackoverflow post:

Thanks! It’s not an issue anymore. PyStan doesn’t need to compile when I change C++ files within the interface, so we’re good.