-
Couldn't load subscription status.
- Fork 12
Open
Description
currently have a file script.hs containing only the following:
#!/usr/bin/env nix-shell #!nix-shell --pure -i runghc -p "haskellPackages.ghcWithPackages (pkgs: [ pkgs.matplotlib])" import Graphics.Matplotlib main = onscreen $ contourF (\a b -> sin (a*pi/180.0) + cos (b*pi/180.0)) (-100) 100 (-200) 200 10 However, the only output I get is:
env: 'python3': No such file or directory Maybe my undestanding of setting up a nix environment is wrong? Appreciate any help
Metadata
Metadata
Assignees
Labels
No labels