My students repeatedly get this "RuntimeError: implement_array_function method already has a docstring" (only since this month), upon importing either numpy or scipy or anything from these libraries. It makes the site practically unusable for them. I read older bug reports on this. In one of these it said that this happens with 3.7 and "downgrading to 3.6" would resolve the issue. (It seems a serious and old numpy issue https://github.com/numpy/numpy/issues/665 that affects systems where python it run from within a "wrapper" / subinterpreter. [I apologize for approximate terminology.]) Now I'm running 3.7 and personally don't have the problem. So I suspect that my students who created their account in this semester (2020) might have 3.8 by default and that's why they get the error and I don't. So my question: how can they specify that their .py files be run with python3.7 (or 3.6 or ...) ?