Revert "Python docs: fix nix-shell example"
This reverts commit aa2326682c
.
Forgot parentheses...
This commit is contained in:
parent
aa2326682c
commit
19be72f880
@ -134,7 +134,7 @@ with
|
||||
```nix
|
||||
with import <nixpkgs> {};
|
||||
|
||||
python35.withPackages (ps: [ps.numpy ps.toolz]).nix
|
||||
python35.withPackages (ps: [ps.numpy ps.toolz])
|
||||
```
|
||||
Executing `nix-shell` gives you again a Nix shell from which you can run Python.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user