bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. by carljm · Pull Request #6834 · python/cpython
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.
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
deleted the
python-bytecode-path
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters