Closed jameshod5 closed 1 month ago
We state that the user needs Python 3.11, but uv is able to specify the python version with this command. It will download Python 3.11 if the user does not already have it, so would be useful to have this instead:
uv venv --python 3.11
This is addressed in #85 so closing this issue
We state that the user needs Python 3.11, but uv is able to specify the python version with this command. It will download Python 3.11 if the user does not already have it, so would be useful to have this instead:
uv venv --python 3.11