We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b83dc commit e4abc4cCopy full SHA for e4abc4c
1 file changed
tools/install.ps1
@@ -1050,7 +1050,6 @@ function Configure-PythonPth {
1050
# Uncomment import site to enable site-packages
1051
$pthContent = $pthContent -replace "#import site", "import site"
1052
Set-Content -Path $pthFile.FullName -Value $pthContent -NoNewline -ErrorAction Stop
1053
- Write-LogInfo "pth_file_configured"
1054
}
1055
1056
catch {
@@ -1083,6 +1082,7 @@ function Install-PortablePython {
1083
1082
$result.Result = 0
1084
1085
else {
+ Write-LogWarning "python_version_failed" $portablePython
1086
$result.Result = 1
1087
1088
0 commit comments