Skip to content

other

PYTHONDONTWRITEBYTECODE

Python environment variable that stops the interpreter writing .pyc bytecode cache files, bypassing the mtime-based cache invalidation that normally decides whether cached bytecode is reused.

Current clusters