-
Notifications
You must be signed in to change notification settings - Fork 15
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
make setup in new project doesn't find uv installed python versions #40
Comments
Hi @elyase, thanks for the report. Any error message? |
We're just running |
This is what I get in a new fresh project:
|
Thanks. Looks like you don't have a single Maybe try this - in the if not default_venv.exists():
- shell("uv venv --python python")
+ shell("uv venv") (line 59) ...and let me know if that works better 🙂 |
it works! thanks for the fix and quick reply! Indeed I don't have a default global python executable (by design :-)). I stopped using pyenv since |
Makes sense! Thanks for confirming it works, all tests pass with this change so I'll release it 😄 |
thanks a lot for the great template, will become my default now |
No description provided.
The text was updated successfully, but these errors were encountered: