Commit 034fbc1c authored by Kenneth Reitz's avatar Kenneth Reitz

tell what's going on

parent 2eb941b0
...@@ -56,6 +56,7 @@ done ...@@ -56,6 +56,7 @@ done
# Create virtualenv. Rebuild if corrupt. # Create virtualenv. Rebuild if corrupt.
set +e set +e
echo "-----> Preparing virtualenv version $(virtualenv --version)"
# Try to create the virtualenv. # Try to create the virtualenv.
OUT=$(virtualenv --distribute --never-download --prompt=venv . 2>&1) OUT=$(virtualenv --distribute --never-download --prompt=venv . 2>&1)
......
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