tell what's going on

This commit is contained in:
Kenneth Reitz
2012-01-18 16:26:09 -05:00
parent 2eb941b077
commit 034fbc1c8f
+1
View File
@@ -56,6 +56,7 @@ done
# Create virtualenv. Rebuild if corrupt.
set +e
echo "-----> Preparing virtualenv version $(virtualenv --version)"
# Try to create the virtualenv.
OUT=$(virtualenv --distribute --never-download --prompt=venv . 2>&1)