Is there an enviroment variable to disable mouse cursor?

Pretty much that’s the question. Is there an env variable to disable mouse cursor in SDL2?
I know I can do it programatically with SDL_ShowCursor(false), but is it possible to do it from a script?
I have tried setting SDL_NOMOUSE=1, but it seems to be ignored.
Thanks!