error message

This commit is contained in:
Andrei Barbu 2017-03-11 15:25:54 -05:00
parent f62733315f
commit 5ae3a123af

View File

@ -78,7 +78,7 @@ locateIPython :: SH.Sh SH.FilePath
locateIPython = do
mbinary <- SH.which "jupyter"
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
-- | Run the IPython command with any arguments. The kernel is set to IHaskell.