Commit 2eb941b0 authored by Kenneth Reitz's avatar Kenneth Reitz

combine virtualenv install streams

parent bedd8ea1
......@@ -58,7 +58,7 @@ done
set +e
# Try to create the virtualenv.
OUT=$(virtualenv --distribute --never-download --prompt=venv . )
OUT=$(virtualenv --distribute --never-download --prompt=venv . 2>&1)
# If there's an error, purge and recreate.
[ $? -ne 0 ] && {
......
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