We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9dbac commit 6cf9e69Copy full SHA for 6cf9e69
scripts/verify-windows.ps1
@@ -82,7 +82,7 @@ if (-not (Get-Command -Name "tar")) {
82
}
83
84
# Check for python 3
85
-if (-not (Get-Command -All -Name "python" | Where-Object { $_.Version -ge [Version]"3.0" }))
+if (-not (Get-Command -All -Name "python3"))
86
{
87
Write-Error "Unable to find python 3. Please install python3 and add it to your path"
88
0 commit comments