mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
python@3.10.6: esc compatible with PowerShell 5 (#3799)
This commit is contained in:
parent
91fd63735f
commit
4427b49c62
@ -52,7 +52,7 @@
|
|||||||
},
|
},
|
||||||
"post_install": [
|
"post_install": [
|
||||||
"python -E -s -m ensurepip -U --default-pip | Out-Null",
|
"python -E -s -m ensurepip -U --default-pip | Out-Null",
|
||||||
"Write-Output \"`e[0m\" # Reset ansi to prevent color leak from installer"
|
"Write-Output \"$([char]0x1b)[0m\" # Reset ansi to prevent color leak from installer"
|
||||||
],
|
],
|
||||||
"uninstaller": {
|
"uninstaller": {
|
||||||
"script": [
|
"script": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user