diff --git a/home/base/tui/editors/packages.nix b/home/base/tui/editors/packages.nix index 10517c30..087b5fa0 100644 --- a/home/base/tui/editors/packages.nix +++ b/home/base/tui/editors/packages.nix @@ -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 diff --git a/hosts/idols-akane/packages.nix b/hosts/idols-akane/packages.nix index e0742092..29e1e11d 100644 --- a/hosts/idols-akane/packages.nix +++ b/hosts/idols-akane/packages.nix @@ -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