Python version information/RunPythonInstallers.ps1: Revision history

From ihaveahax's Site
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

27 October 2024

  • curprev 04:1704:17, 27 October 2024Ihaveahax talk contribs 913 bytes −5 Include_freethreaded=1
  • curprev 04:0204:02, 27 October 2024Ihaveahax talk contribs 918 bytes +5 No edit summary
  • curprev 04:0104:01, 27 October 2024Ihaveahax talk contribs 913 bytes +913 Created page with "I made this so I could install multiple versions of Python at once, mainly in virtual machines. It expects each one to be in the same directory as the script. This isn't updated for 3.13 and the separate experimental "free-threading" build. <syntaxhighlight lang="powershell"> $UsedPath = Get-ChildItem -Path . -Name "UsedInstallers" if (!$UsedPath) { $UsedPath = New-Item -ItemType Directory -Name "UsedInstallers" } Write-Host $UsedPath Get-ChildItem -Filter 'python-*...."