PythonEmbed4Win
PythonEmbed4Win copied to clipboard
Feature Request: Ability to execute Install-Python, without having to run the download functions
trafficstars
In our embedded environments, it'd be nice to have an easy script like this, but this script does "everything." We need it to be able to be a menu of functions, since in our case the downloading and transferring of files to the embedded environment is all done out of band, then the system needs to be set up with all the correct environment variables, PATHS, etc so that python can be run within PowerShell in Windows.
Thanks.
For example, I'd like to be able to -skipDownload and provide -ZipFile c:...\python-3.8.12-embed-amd64.zip -Path
Added command -ZipFile