feat: install ipython for root

This commit is contained in:
Ryan Yin
2023-07-09 22:01:09 +08:00
parent d1dd9bfdd6
commit 2acda6e977

View File

@@ -124,6 +124,15 @@
});
version = "latest";
}))
# python, some times I may need to use python with root permission.
(python310.withPackages (ps: with ps; [
ipython
pandas
requests
pyquery
pyyaml
]))
];
# PipeWire is a new low-level multimedia framework.