astral-sh/uv

`uv python find` does not respect `--project`

Open

#11.990 aperta il 5 mar 2025

Vedi su GitHub
 (10 commenti) (0 reazioni) (0 assegnatari)Rust (3111 fork)batch import
buggood first issue

Metriche repository

Star
 (84.934 star)
Metriche merge PR
 (Merge medio 7g 16h) (259 PR mergiate in 30 g)

Descrizione

Summary

❯ uv init example
❯ cd example
❯ uv sync
❯ uv python find
/Users/zb/workspace/uv/example/.venv/bin/python3
❯ cd ..
❯ uv python find
/Users/zb/.local/share/uv/python/cpython-3.13.0-macos-aarch64-none/bin/python3.13
❯ uv python find --project example
/Users/zb/.local/share/uv/python/cpython-3.13.0-macos-aarch64-none/bin/python3.13

This should discover the project environment

Platform

n/a

Version

0.6.4 (04db70662 2025-03-03)

Python version

n/a

Guida contributor