mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-26 02:02:39 +00:00
fixes merge hooks (#22730)
This commit is contained in:
@@ -50,7 +50,7 @@ if (!(Test-Path $PythonExe -PathType Leaf)) {
|
||||
[System.IO.Compression.ZipFile]::ExtractToDirectory($Archive, $PythonDir)
|
||||
|
||||
# Copy a ._pth file without "import site" commented, so pip will work
|
||||
Copy-Item "$Bootstrap/python37._pth" $PythonDir `
|
||||
Copy-Item "$Bootstrap/python311._pth" $PythonDir `
|
||||
-ErrorAction Stop
|
||||
|
||||
Remove-Item $Archive
|
||||
|
||||
Reference in New Issue
Block a user