Skip to content

Commit

Permalink
🚜 Adds uv-* recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftriplett committed Sep 16, 2024
1 parent 1cc716e commit 025bcc4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions home/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,17 @@ _homebrew-services-restart:
{{ ARGS }}

@uv-install *ARGS:
-uv python install {{ ARGS }} 3.13
-uv python install {{ ARGS }} 3.12
-uv python install {{ ARGS }} 3.11
-uv python install {{ ARGS }} 3.10
-uv python install {{ ARGS }} 3.9
-uv python install {{ ARGS }} 3.8

@uv-reinstall *ARGS:
just uv-install --reinstall

@uv-tool-install *ARGS:
uv tool install --python {{ python_312 }} cogapp {{ ARGS }}
uv tool install --python {{ python_312 }} grip {{ ARGS }}
uv tool install --python {{ python_312 }} justpath {{ ARGS }}
Expand Down

0 comments on commit 025bcc4

Please sign in to comment.