astral-sh/uv

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

Open

#11 990 ouverte le 5 mars 2025

Voir sur GitHub
 (10 commentaires) (0 réactions) (0 assignés)Rust (3 111 forks)batch import
buggood first issue

Métriques du dépôt

Stars
 (84 934 stars)
Métriques de merge PR
 (Merge moyen 7j 16h) (259 PRs mergées en 30 j)

Description

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

Guide contributeur