Commit 5f371ed1 authored by Andrew Gibiansky's avatar Andrew Gibiansky

no extra prints

parent b76425b7
......@@ -54,8 +54,6 @@ ipython :: WhichIPython -- ^ Which IPython to use (user-provided or IHaskell-ins
ipython which suppress args = do
runCmd <- liftIO $ Paths.getDataFileName "installation/run.sh"
venv <- fpToText <$> ipythonDir
print venv
print runCmd
let cmdArgs = [pack runCmd, venv] ++ args
runHandles "bash" cmdArgs handles doNothing
where handles = [InHandle Inherit, outHandle suppress, errorHandle suppress]
......
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