Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit56544d4

Browse files
authored
fix(windows): verbose output on Windows (#339)
1 parent96e291c commit56544d4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

‎installers/win-setup-template.ps1‎

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,6 @@ if ($LASTEXITCODE -ne 0) {
126126
Throw"Error happened during Python installation"
127127
}
128128

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-
134129
if ($IsFreeThreaded) {
135130
# Delete python.exe and create a symlink to free-threaded exe
136131
Remove-Item-Path"$PythonArchPath\python.exe"-Force

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp