Revert "Python docs: fix nix-shell example"
This reverts commit aa2326682c7210027747a2b5ee7f33311dc8fe10. Forgot parentheses...
This commit is contained in:
parent
aa2326682c
commit
19be72f880
@ -134,7 +134,7 @@ with
|
|||||||
```nix
|
```nix
|
||||||
with import <nixpkgs> {};
|
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.
|
Executing `nix-shell` gives you again a Nix shell from which you can run Python.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user