forked from mirrors/nixpkgs
Python docs: fix nix-shell example
This commit is contained in:
parent
19be72f880
commit
41ff561b75
|
@ -134,7 +134,7 @@ with
|
||||||
```nix
|
```nix
|
||||||
with import <nixpkgs> {};
|
with import <nixpkgs> {};
|
||||||
|
|
||||||
python35.withPackages (ps: [ps.numpy ps.toolz])
|
(python35.withPackages (ps: [ps.numpy ps.toolz])).env
|
||||||
```
|
```
|
||||||
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…
Reference in a new issue