I install os.environ['PYTHONHOME']="/home/user/OpenPrint/py2.6" in my python script
But at the end of the script, I need to clear this variable so that I can call another python script from another place. Can someone tell me how to do this? I tried os.environ.clear() , but this also clears all other variables.
source share