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

Support uv venv setup #210

Merged
merged 1 commit into from
Sep 13, 2024
Merged

Support uv venv setup #210

merged 1 commit into from
Sep 13, 2024

Conversation

jl-wynen
Copy link
Member

With these changes, we can use uv to manage python interpreters and virtual environments. E.g.,

uv venv  # installs correct Python version and creates .venv
uv run <...> # uses the venv

Alternatively, pyenv also uses the .python-version file.

@jl-wynen jl-wynen enabled auto-merge September 11, 2024 12:38
@jl-wynen jl-wynen merged commit b771096 into main Sep 13, 2024
2 checks passed
@jl-wynen jl-wynen deleted the support-uv-setup branch September 13, 2024 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants