Make pip toggle utf8
This commit is contained in:
parent
271c4bfc92
commit
5caeecb0e7
@ -26,7 +26,7 @@ if (Test-Path $location) {
|
|||||||
Write-Host $newPipConfig
|
Write-Host $newPipConfig
|
||||||
|
|
||||||
# Write the new content to the file
|
# Write the new content to the file
|
||||||
$newPipConfig | Out-File $location -Force
|
$newPipConfig | Out-File $location -Force -Encoding utf8
|
||||||
} else {
|
} else {
|
||||||
# If it doesn't exist, create it
|
# If it doesn't exist, create it
|
||||||
New-Item -Path $location -ItemType File
|
New-Item -Path $location -ItemType File
|
||||||
|
Loading…
Reference in New Issue
Block a user