executive summary: python lib on NFS, duelling pythons 2.6 and 2.7.
context: several groups maintain their own python interpreters, but access common python libraries on an NFS server.
Is there an easy way to build python so that it ignores pyc files? It's not practical to try and ensure that every script is executed with a -B
option.
It seems to be the actual statting to see if the files exist that is causing the NFS load.