We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365874a commit 428cf8fCopy full SHA for 428cf8f
.devcontainer/tools.mk
@@ -64,7 +64,7 @@ ifeq ($$(strip $$(PY$(subst .,,$1))),)
64
PY$(subst .,,$1) := $$(BIN)/python$1
65
66
$$(PY$(subst .,,$1)): | $$(UV)
67
- $$(UV) python find $1 || $$(UV) python install $1
+ RUST_LOG=uv=trace $$(UV) python find $1 || $$(UV) python install $1
68
ln -s $$$$($$(UV) python find $1) $$@
69
70
$$@ --version
0 commit comments