I am launching a local installation of Anaconda + a third-party tool group (Mosek) + that I wrote ...
I understand that I can wrap everything using virtualenv (or conda) to make it a clean environment.
The company operates on a Win 8 network.
I think there are two fundamental approaches
1) I can install all this on a network drive (do I need Python to write pyc files?). Is it enough if I dump it into a read-only folder? Is it enough if people only change their way? What about the registry (and related problems)?
2) People copy the environment and install it locally. (Maybe with some kind of installer?). That way they can add additional modules without bothering me to change one and only central Python.
I call experts here ...
Thomas
source
share