mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 10:18:37 +02:00
fix: missing uvx command
This commit is contained in:
@@ -63,15 +63,15 @@
|
|||||||
vscode-extensions.vadimcn.vscode-lldb.adapter # codelldb - debugger
|
vscode-extensions.vadimcn.vscode-lldb.adapter # codelldb - debugger
|
||||||
|
|
||||||
#-- python
|
#-- python
|
||||||
|
uv # python project package manager
|
||||||
|
pipx # Install and Run Python Applications in Isolated Environments
|
||||||
(python313.withPackages (
|
(python313.withPackages (
|
||||||
ps: with ps; [
|
ps: with ps; [
|
||||||
# python language server
|
# python language server
|
||||||
pyright
|
pyright
|
||||||
ruff
|
ruff
|
||||||
|
|
||||||
pipx # Install and Run Python Applications in Isolated Environments
|
|
||||||
black # python formatter
|
black # python formatter
|
||||||
uv # python project package manager
|
|
||||||
|
|
||||||
# my commonly used python packages
|
# my commonly used python packages
|
||||||
jupyter
|
jupyter
|
||||||
|
|||||||
@@ -6,11 +6,10 @@
|
|||||||
|
|
||||||
#-- python
|
#-- python
|
||||||
conda
|
conda
|
||||||
|
uv # python project package manager
|
||||||
|
pipx # Install and Run Python Applications in Isolated Environments
|
||||||
(python313.withPackages (
|
(python313.withPackages (
|
||||||
ps: with ps; [
|
ps: with ps; [
|
||||||
pipx # Install and Run Python Applications in Isolated Environments
|
|
||||||
uv # python project package manager
|
|
||||||
|
|
||||||
pandas
|
pandas
|
||||||
requests
|
requests
|
||||||
pyquery
|
pyquery
|
||||||
|
|||||||
Reference in New Issue
Block a user