any-nix-shell icon indicating copy to clipboard operation
any-nix-shell copied to clipboard

Loaded packages information messed up by more complex shell

Open knedlsepp opened this issue 5 years ago • 1 comments

When I run:

nix-shell -p "(python.withPackages(ps: with ps; [numpy pint pandas]))"

The terminal reads: "[numpy pandas])) pint ps; (python.withPackages(ps: with"

knedlsepp avatar Jan 06 '19 18:01 knedlsepp

Fixing this is unfortunately not straightforward because environment variables can't hold arrays.

By the way: Did you try lorri? It's much better than any-nix-shell.

haslersn avatar Apr 15 '20 16:04 haslersn