Would using pwd.getpwuid(os.geteuid()).pw_dir rather than os.environ['HOME'] cause more problems than it solves?
Would using pwd.getpwuid( os.geteuid( )).pw_dir rather than os.environ['HOME'] cause more problems than it solves?