We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd68b02 commit bdb7b7bCopy full SHA for bdb7b7b
src/Graphics/Matplotlib/Internal.hs
@@ -303,7 +303,7 @@ python codeStr =
303
(\codeFile codeHandle -> do
304
forM_ codeStr (hPutStrLn codeHandle)
305
hClose codeHandle
306
- Right <$> readProcess "/usr/bin/env" ["python3", codeFile] ""))
+ Right <$> readProcess "env" ["python3", codeFile] ""))
307
(\e -> return $ Left $ show (e :: IOException))
308
309
pyBackend backend = "matplotlib.use('" ++ backend ++ "')"
0 commit comments