[macOS] Update Python installer script (#13157)

This commit is contained in:
Erik Bershel
2025-10-10 17:19:38 +02:00
committed by GitHub
parent fdfa28c5be
commit ed18dfab03
5 changed files with 22 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ Describe "Python3" {
}
} else {
It "Python 3 is installed under /usr/local/bin" {
Get-ToolPath "python3" | Should -BeLike "/usr/local/bin*"
Get-ToolPath "python3" | Should -BeLike "/usr/local/bin/*"
}
}