[Python-Dev] disable writing .py[co]

Skip Montanaro skip@pobox.com
Tue, 21 Jan 2003 08:53:10 -0600


    Martin> * Doesn't solve the original problem: many processors writing to
    Martin>   the same file system (unless you manage to set an environment
    Martin>   variable differently on each node).

Sure:

    export PYCROOT=/tmp/`hostname --fqdn`

Skip