Is there a way to change the directory where .pyc file are created by python interpreter ? I saw two PEPs about that subject (0304 and 3147), but none seems to be implemented in the default interpreter (I'm working with python3).
Did I miss something ?
Thanks !