Skip to content
Snippets Groups Projects
Commit 034fbc1c authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

tell what's going on

parent 2eb941b0
No related branches found
No related tags found
No related merge requests found
...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment