Commit 5ae3a123 authored by Andrei Barbu's avatar Andrei Barbu

error message

parent f6273331
...@@ -78,7 +78,7 @@ locateIPython :: SH.Sh SH.FilePath ...@@ -78,7 +78,7 @@ locateIPython :: SH.Sh SH.FilePath
locateIPython = do locateIPython = do
mbinary <- SH.which "jupyter" mbinary <- SH.which "jupyter"
case mbinary of case mbinary of
Nothing -> SH.errorExit "The IPython binary could not be located" Nothing -> SH.errorExit "The Jupyter binary could not be located"
Just ipython -> return ipython Just ipython -> return ipython
-- | Run the IPython command with any arguments. The kernel is set to IHaskell. -- | Run the IPython command with any arguments. The kernel is set to IHaskell.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment