|
|
|
|
|
by olejorgenb
3432 days ago
|
|
Seems to be a python specific nix-shell like tool? With nix[OS] you just run `nix-shell -p python[2,3] python[2,3]Pacakges.numpy ...` to get an environment with the required packages. Of course this requires that the python library is packaged in nix, but in my experience the coverage is quite good, and it's not very hard to write packages once you get the hang of it. It also possible (but currently a bit clumsy in some ways) to set up named and persistent environments. |
|