Last Updated: February 25, 2016
·
1.295K
· kisielk

Virtualenv on a shared filesystem

If you're using the same virtualenv on a shared filesystem (eg: NFS) between several machines on a cluster make sure you use python -B to avoid races between processes trying to write bytecode.