Closed pavelanni closed 2 years ago
I got an exception when accessing the os.environ dict because my PYTHONPATH was not set. This simple change fixed it for me.
os.environ
PYTHONPATH
PS. Thanks for porting this to 4.x!
I got an exception when accessing the
os.environ
dict because myPYTHONPATH
was not set. This simple change fixed it for me.PS. Thanks for porting this to 4.x!