Call Python with -B to avoid __pycache__
Having the pycache directory in what we want to be a read only copy of the source tree is less than ideal.
This change prevents that from being created.
Having the pycache directory in what we want to be a read only copy of the source tree is less than ideal.
This change prevents that from being created.