PREV INDEX NEXT

Author: Unknown
Subject: Re: Environment changes?
Date: Thursday, 22 Oct 2020, 23:34:26

From the docs about os.environ:

This mapping is captured the first time the os module is imported, typically during Python startup as part of processing site.py. Changes to the environment made after this time are not reflected in os.environ, except for changes made by modifying os.environ directly.
PREV INDEX NEXT