Hi,
How can I control the location of the bytecode files?
The reason I ask is I want to place the bytecode in a directory
different than source code for backup reasons. Our backup system is
directory based and I only want to have source code backed up, not
object files or pyc files.
Thanks,
-Rim
How can I control the location of the bytecode files?
The reason I ask is I want to place the bytecode in a directory
different than source code for backup reasons. Our backup system is
directory based and I only want to have source code backed up, not
object files or pyc files.
Thanks,
-Rim
Comment