Forum Discussion
Klintj
Feb 01, 2024Copper Contributor
Using Powershell to Install Python
Hi all A while ago I created a script in powershell to install python and it worked if I was running the script but then I automated it in Jenkins so it ran remotely on the machine. It installs P...
Thomas Lee
Feb 01, 2024Brass Contributor
Why not use Chocolately - there is a very recent package you could install.,
Klintj
Feb 01, 2024Copper Contributor
Thomas Lee thanks for your reply..
Chocolatey is not an option as this is a task I'm trying to do to work towards automating installation in my job..and as it's a third party software, I'm not in a position to acquire it and thus install it. I have to avail myself of a non third party way or one that is trusted and free though correct procedure for me would need security to review software and that could take ages and then could mean they deny it.