Closed notatallshaw-gts closed 2 hours ago
I should note this is running inside docker and getting uv by running:
COPY --from=ghcr.io/astral-sh/uv:0.5.3 /uv /uvx /bin/
I think we are explicitly trying to parse the help documentation, yeah.
Thanks, makes sense (in the sort of hacky way that's required sometimes).
This is purely observational, there is no known bug this is creating.
But I'm looking at adopting uv for bootstrapping the Python executable into our environment, and I happen to be running with trace logs and I noticed the following output on running
uv venv --python 3.11.10
:It looks like
ld
was perhaps called without any arguments and it's giving the help docs back, is this intended?