mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
Python docs: fix quotes PR #31197
This commit is contained in:
parent
3a2cf94dd0
commit
5c4352fa2d
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ run the script in the `python3` shell.
|
|||
|
||||
```py
|
||||
#! /usr/bin/env nix-shell
|
||||
#! nix-shell -i python3 -p 'python3.withPackages(ps: [ps.numpy])'
|
||||
#! nix-shell -i python3 -p "python3.withPackages(ps: [ps.numpy])"
|
||||
|
||||
import numpy
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue