PythonEmbed4Win icon indicating copy to clipboard operation
PythonEmbed4Win copied to clipboard

Feature Request: Ability to execute Install-Python, without having to run the download functions

Open lordneeko opened this issue 1 year ago • 1 comments
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.

lordneeko avatar Mar 06 '24 18:03 lordneeko

For example, I'd like to be able to -skipDownload and provide -ZipFile c:...\python-3.8.12-embed-amd64.zip -Path

lordneeko avatar Mar 06 '24 18:03 lordneeko

Added command -ZipFile

jtmoon79 avatar Feb 16 '25 04:02 jtmoon79