astral-sh / uv

An extremely fast Python package installer and resolver, written in Rust.
https://astral.sh/
Apache License 2.0
11.73k stars 321 forks source link

Supports the installation of new Python versions that do not exist locally #3241

Closed boringplay closed 2 weeks ago

boringplay commented 2 weeks ago

To install new Python versions similar to pyenv, use:

pyenv install -v 3.7.2

At present, uv only supports the installation of Python versions that have already been installed locally.

zanieb commented 2 weeks ago

Hi this is a duplicate of https://github.com/astral-sh/uv/issues/2607