Skip to content

Commit

Permalink
🚜 uv-install to uv-python-install and rebuild README
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftriplett committed Oct 7, 2024
1 parent fdb281a commit 8c8f965
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 21 deletions.
26 changes: 8 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,6 @@ Available recipes:
homebrew-services
install
kill-tabs # Kill all Chrome tabs to improve performance, decrease battery usage, and save memory.
llm-install
llm-upgrade
macos-timemachine-boost
macos-timemachine-boost-complete
macos-timemachine-delete *ARGS
macos-timemachine-list
macos-xcode-upgrade
ollama-copy-plist
ollama-diff-plist
ollama-download
ollama-getenv
ollama-list
ollama-serve *ARGS
ollama-setenv
open-docs
open-go
open-ha
Expand All @@ -79,10 +65,14 @@ Available recipes:
update # updates a project to run at its current version
upgrade
upgrade-all
uv-install *ARGS
virtualenv-scan
virtualenv-upgrade
virtualenv-workon
uv-python-install *ARGS
uv-python-reinstall *ARGS
uv-tool-install *ARGS
llm ...
macos ...
ollama ...
virtualenv ...
virtualenvwrapper ...
```

<!-- [[[end]]] -->
Expand Down
6 changes: 3 additions & 3 deletions home/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -223,16 +223,16 @@ _homebrew-services-restart:
# Python / UV recipes - https://docs.astral.sh/uv/
# ----------------------------------------------------------------

@uv-install *ARGS:
@uv-python-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-python-reinstall *ARGS:
just uv-python-install --reinstall

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

0 comments on commit 8c8f965

Please sign in to comment.