Skip to content

Commit 091055b

Browse files
committed
debug
1 parent 365874a commit 091055b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.devcontainer/tools.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ ifeq ($$(strip $$(PY$(subst .,,$1))),)
6464
PY$(subst .,,$1) := $$(BIN)/python$1
6565

6666
$$(PY$(subst .,,$1)): | $$(UV)
67-
$$(UV) python find $1 || $$(UV) python install $1
67+
ls -l $$(BIN)
68+
RUST_LOG=uv=trace $$(UV) python find $1 || $$(UV) python install $1
69+
ls -l $$(BIN)
6870
ln -s $$$$($$(UV) python find $1) $$@
6971

7072
$$@ --version

0 commit comments

Comments
 (0)