Am 07.11.2017 um 10:55 schrieb Eric Myhre: > iirc there is even an env var you can set -- PYTHONDONTWRITEBYTECODE=anyvalue > -- which will prevent these .pyc files from ever being generated. > > There are no ill effects to this I have ever noticed in several years of > having it set in my bashrc.
This env-var disables byt-code caching (.pyc files), thus every module needs to be recompiled every time is is used. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |