How can you get a list of the environment variables for the current user ("user variables") using Python?
os.environ() returns the system variables, and changing those requires admin access.
I want to have it change the user variables for PATH, as that can be done without any restrictions.