PythonEmbed4Win icon indicating copy to clipboard operation
PythonEmbed4Win copied to clipboard

Quickly setup a portable python environment for Windows.

Results 7 PythonEmbed4Win issues
Sort by recently updated
recently updated
newest added
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...

Supporting runtime network proxy configurations as an option will make this project more accessible to users operating within restrictive network environments, such as corporate lab environments. I incorporated this through...

Add GitHub Action workflow for this script. Test on Power shell 5, and 7. Test known good installs with varying parameters. Test known refuse installs.

Commit f0f6f3d breaks the possibility to run the script without parameters. Adding a default parameter set fixes it.

HI, How can we set hardcoded version in the script? Thanks heaps for your efforts.

.\PythonEmbed4Win.ps1 -Path C:\Users\codrut\python Write-Error: at , C:\Users\username\PythonEmbed4Win.ps1: line 952 at , : line 1 Write-Error: The variable cannot be validated because the value arm64 is not a valid value for...

``` PS> .\PythonEmbed4Win.ps1 -Verbose -Version 3 PythonEmbed4Win.ps1: at , PythonEmbed4Win.ps1: line 1150 at , : line 1 PythonEmbed4Win.ps1: Cannot convert value "3" to type "System.Version". Error: "Version string portion was...

bug