Skip to content

Commit

Permalink
Python docs: fix nix-shell example
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Dec 8, 2017
1 parent 0e58684 commit aa23266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/languages-frameworks/python.md
Expand Up @@ -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.

Expand Down

0 comments on commit aa23266

Please sign in to comment.