On Tue, Oct 09, 2012 at 00:33 -0000, astrofrog wrote:
> --- you can reply above this line ---
> 
> New issue 200: disable the creation of the __pycache__ directory
> https://bitbucket.org/hpk42/pytest/issue/200/disable-the-creation-of-the-__pycache__
> 
> astrofrog:
> 
> Is there a way to disable the creation of the __pycache__ directories, or 
> cleanup these directories after testing, without installing any plugin or 
> other packages?

Try setting the environment variable PYTHONDONTWRITEBYTECODE to some value.
This is a generic Python Interpreter setting.

best,
holger

_______________________________________________
py-dev mailing list
py-dev@codespeak.net
http://codespeak.net/mailman/listinfo/py-dev

Reply via email to