mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-06-07 07:02:43 +02:00
fix: remove unused pipx
This commit is contained in:
@@ -123,7 +123,6 @@ nvme0n1 259:0 0 1.8T 0 disk
|
||||
/home/ryan/.local/share/StardewValley
|
||||
/home/ryan/.local/share/GOG.com
|
||||
/home/ryan/.local/bin
|
||||
/home/ryan/.local/pipx
|
||||
/home/ryan/.kube
|
||||
/home/ryan/.gradle
|
||||
/home/ryan/.gnupg
|
||||
|
||||
@@ -203,8 +203,6 @@ in
|
||||
".m2" # java maven
|
||||
".gradle" # java gradle
|
||||
".conda" # python generated by `conda-shell`
|
||||
# python pipx
|
||||
".local/pipx"
|
||||
".local/bin"
|
||||
# python uv
|
||||
".local/share/uv"
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
#-- python
|
||||
conda
|
||||
uv # python project package manager
|
||||
pipx # Install and Run Python Applications in Isolated Environments
|
||||
(python313.withPackages (
|
||||
ps: with ps; [
|
||||
pandas
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
#-- python
|
||||
conda
|
||||
uv # python project package manager
|
||||
pipx # Install and Run Python Applications in Isolated Environments
|
||||
(python313.withPackages (
|
||||
ps: with ps; [
|
||||
pandas
|
||||
|
||||
Reference in New Issue
Block a user