Hi everyone,
Long time listener, first time caller.
I want to manage Python packages centrally for our Computer Science students.
Previously, this was done via a little script that called pip, and pointed it at a requirements file stored on the network, and the script ran via scheduled task deployed by a GPO.
This worked great until it didn't.
I want to avoid local requirements files, and want them to be managed automagically and centrally. Maybe that's too much to ask.
I am still rewriting the script, but I am also interested to see if there's a better way that perhaps someone here has implemented?