mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
fix: missing uvx command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user