bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. by carljm · Pull Request #6834 · python/cpython

ambv

ericsnowcurrently

brettcannon

ncoghlan

ncoghlan

@ncoghlan ncoghlan changed the title bpo-33499: Add PYTHONBYTECODEPATH env var for alt bytecode location. bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location.

Jun 12, 2018

ericsnowcurrently

In some development setups it is inconvenient or impossible to write bytecode
caches to the code tree, but the bytecode caches are still useful. The
PYTHONBYTECODEPATH environment variable allows specifying an alternate
location for bytecode files, within which a directory tree mirroring the code
tree will be created.

@carljm

@carljm

@carljm

@carljm

@carljm

@carljm

@carljm

@carljm

@carljm

brettcannon

@carljm carljm deleted the python-bytecode-path branch

June 20, 2018 00:13