rough-minister-58256
os.unsetenv(varname) Unset (delete) the environment variable named varname. Such changes to the environment affect subprocesses started with os.system(), popen() or fork() and execv().