Skip to content

Commit 9fa1eaa

Browse files
authored
Merge pull request #103 from undoio/uv-ensure-correct-python
Explain: ensure uv pip install targets the correct Python version
2 parents c8451d7 + 80de350 commit 9fa1eaa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

explain/claude_code_plugin/deps.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ def _install_deps(deps_dir: Path) -> None:
6868
"install",
6969
"--quiet",
7070
"--upgrade",
71+
"--python",
72+
sys.executable,
7173
"--target",
7274
str(deps_dir),
7375
] + deps

0 commit comments

Comments
 (0)