mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-19 12:56:08 +00:00
Minor typo fix when installing IPython.
This commit is contained in:
parent
371fcfcafe
commit
a9b0c17358
@ -189,7 +189,7 @@ setupIPython DefaultIPython = do
|
||||
badIPython :: Text -> IO ()
|
||||
badIPython reason = void $ do
|
||||
putStrLn reason
|
||||
putStrLn "IHaskell will not proceed to install IPython (locally for itself)."
|
||||
putStrLn "IHaskell will now proceed to install IPython (locally for itself)."
|
||||
putStrLn "Installing IPython in IHaskell's virtualenv in 10 seconds. Ctrl-C to cancel."
|
||||
threadDelay $ 1000 * 1000 * 10
|
||||
installIPython
|
||||
|
Loading…
x
Reference in New Issue
Block a user