python MARCO tricks - Serbipunk/notes GitHub Wiki

userprofile

import os
os.path.expanduser("~")
if os.environ["path"].find(dll_folder_path) == -1:
    os.environ["path"] = "{};{}".format(dll_folder_path, os.environ["path"])