fix: missing uvx command

This commit is contained in:
Ryan Yin
2026-03-11 13:30:48 +08:00
parent 69b4d96915
commit 6aad61db73
2 changed files with 4 additions and 5 deletions

View File

@@ -63,15 +63,15 @@
vscode-extensions.vadimcn.vscode-lldb.adapter # codelldb - debugger
#-- python
uv # python project package manager
pipx # Install and Run Python Applications in Isolated Environments
(python313.withPackages (
ps: with ps; [
# python language server
pyright
ruff
pipx # Install and Run Python Applications in Isolated Environments
black # python formatter
uv # python project package manager
# my commonly used python packages
jupyter

View File

@@ -6,11 +6,10 @@
#-- python
conda
uv # python project package manager
pipx # Install and Run Python Applications in Isolated Environments
(python313.withPackages (
ps: with ps; [
pipx # Install and Run Python Applications in Isolated Environments
uv # python project package manager
pandas
requests
pyquery