Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e291c commit 56544d4Copy full SHA for 56544d4
installers/win-setup-template.ps1
@@ -126,11 +126,6 @@ if ($LASTEXITCODE -ne 0) {
126
Throw "Error happened during Python installation"
127
}
128
129
-# print out all files in $PythonArchPath
130
-Write-Host "Files in $PythonArchPath"
131
-$files = Get-ChildItem -Path $PythonArchPath -File -Recurse
132
-Write-Output $files
133
-
134
if ($IsFreeThreaded) {
135
# Delete python.exe and create a symlink to free-threaded exe
136
Remove-Item -Path "$PythonArchPath\python.exe" -Force
0 commit comments