During debug sessions in PyCharm
I need to set some environment variables to None
value.
There is good explanation on how to set Run/Debug configuration environment variables in PyCharm
How to set environment variables in PyCharm?, but they set each variable to specific value.
It is possible to delete environment variable from Run/Debug configuration setting it to None
, but I would prefer to keep the variable's name inside PyCharm
configuration settings for further use.
So how I set it to python None
?