Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uv python install should recognize the UV_PYTHON environment variable #10128

Open
zeevro opened this issue Dec 23, 2024 · 1 comment
Open

uv python install should recognize the UV_PYTHON environment variable #10128

zeevro opened this issue Dec 23, 2024 · 1 comment
Labels
enhancement New feature or improvement to existing functionality good first issue Good for newcomers

Comments

@zeevro
Copy link

zeevro commented Dec 23, 2024

As of uv 0.5.11, uv python install installed the latest available Python, disregarding the value of UV_PYTHON.

❯ docker run --rm -it ghcr.io/astral-sh/uv:debian bash
root@1ceb45ef5f74:/# UV_PYTHON=3.12 uv python install
Installed Python 3.13.1 in 1.46s
 + cpython-3.13.1-linux-x86_64-gnu
@zanieb
Copy link
Member

zanieb commented Dec 23, 2024

Sounds reasonable to me.

@zanieb zanieb added enhancement New feature or improvement to existing functionality good first issue Good for newcomers labels Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement to existing functionality good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants