Skip to content

Commit 6ddeed5

Browse files
Copilotbytemain
andauthored
Clarify Windows uv-build pip output
Agent-Logs-Url: https://github.com/version-fox/vfox-python/sessions/07e4e50a-f299-4a36-a8b8-405f0222677a Co-authored-by: bytemain <13938334+bytemain@users.noreply.github.com>
1 parent ef8f572 commit 6ddeed5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/util.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,11 +589,11 @@ local function ensureWindowsUvBuildPip(path)
589589
end
590590

591591
if not pathExists(path .. "\\Lib\\ensurepip\\__init__.py") then
592-
print("Warning: uv-build Python does not include ensurepip; skipping pip installation.")
592+
print("Warning: uv-build Python does not include ensurepip; skipping pip installation, so pip will not be available.")
593593
return
594594
end
595595

596-
print("Installing pip...")
596+
print("Installing pip for uv-build Python on Windows...")
597597
local command = string.format("%s -E -s -m ensurepip -U --default-pip", shellQuote(pythonExe))
598598
local exitCode = os.execute(command)
599599
if not commandSucceeded(exitCode) then

0 commit comments

Comments
 (0)