Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

turn off pycache python

import sys
sys.dont_write_bytecode = True # annoying pycache remove
# make sure its at the very top of python file eg main.py in frameworks
 
PREVIOUS NEXT
Tagged: #turn #pycache #python
ADD COMMENT
Topic
Name
8+8 =