I have a large windows LAB environment we are refreshing windows boxes (N=30 machines)
a) We need Python preinstalled on these machines for all users.
b) We also require a large number of Python packages pre-installed for all users. Things like: PySerial, CrcMod, PyUnit, and a specific version of PyQT and a few others. We normally install these via PIP.
The goal here is that all machines have these pre-installed when they are deployed for use.
In the past each person does this manually and the result where painful and very ‘hap-hazard’
What I really need is a means to have our IT group do this so that all packages are installed for all users before we deploy the machines
What is the correct and easy way to do this?
I’m ok with providing them a BATCH file with a bunch of pip commands but – I do not want it installed into
C:userADMIN_INSTALLERAppData..blahblahblah
I want the packages installed for all users once and for all.