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

Closed
zeevro opened this issue Dec 23, 2024 · 4 comments
Closed

uv python install should recognize the UV_PYTHON environment variable #10128

zeevro opened this issue Dec 23, 2024 · 4 comments
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
@VitthalGupta
Copy link

I would like to take up the issue

@zeevro
Copy link
Author

zeevro commented Feb 16, 2025

Fixed by #11487

@zeevro zeevro closed this as completed Feb 16, 2025
@zanieb
Copy link
Member

zanieb commented Feb 16, 2025

Thanks!

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

Successfully merging a pull request may close this issue.

3 participants