Python docs: fix nix-shell example
This commit is contained in:
parent
0e58684c41
commit
aa2326682c
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ with
|
|||
```nix
|
||||
with import <nixpkgs> {};
|
||||
|
||||
python35.withPackages (ps: [ps.numpy ps.toolz])
|
||||
python35.withPackages (ps: [ps.numpy ps.toolz]).nix
|
||||
```
|
||||
Executing `nix-shell` gives you again a Nix shell from which you can run Python.
|
||||
|
||||
|
|
Loading…
Reference in a new issue