At work we have a common /Lib folder on a network drive where we put modules that anyone in the group can access via Python's import command. The folder is on everyone's PYTHONPATH.
But I can't access the shared /Lib now that I have replaced my regular python with the Anaconda distribution. PYTHONPATH is no longer relevant and the answer to this question says it is "unnecessary".
How should a small group of people, some using the Anaconda distribution, on Windows machines share common python code?