Commit f6273331 authored by Andrei Barbu's avatar Andrei Barbu

don't look for ipython

parent bf393119
...@@ -76,7 +76,7 @@ ipythonCommand = do ...@@ -76,7 +76,7 @@ ipythonCommand = do
locateIPython :: SH.Sh SH.FilePath locateIPython :: SH.Sh SH.FilePath
locateIPython = do locateIPython = do
mbinary <- SH.which "ipython" mbinary <- SH.which "jupyter"
case mbinary of case mbinary of
Nothing -> SH.errorExit "The IPython binary could not be located" Nothing -> SH.errorExit "The IPython binary could not be located"
Just ipython -> return ipython Just ipython -> return ipython
......
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