```os.unsetenv(varname) Unset (delete) the environ...
# development
r
Copy code
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().