Commit e1f1f0cf authored by Andrew Gibiansky's avatar Andrew Gibiansky

Adding support for ipython 4

parent d05fffbf
......@@ -134,6 +134,7 @@ verifyIPythonVersion = do
Just path -> do
output <- T.unpack <$> SH.silently (SH.run path ["--version"])
case parseVersion output of
Just (4:_) -> return ()
Just (3:_) -> return ()
Just (2:_) -> oldIPython
Just (1:_) -> oldIPython
......
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