 |
How to read windows environment variable value in python? - Stack ...
os.environ['MyVar ... Try using the following: os.getenv('MyVar'). From the
documentation: os.getenv(varname[, value]). Return the value of the environment
variable ...
stackoverflow.com |
 |