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

--never-download

parent 3400cebf
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ for dir in $VIRTUALENV_DIRS; do
done
echo "-----> Preparing virtualenv version $(virtualenv --version)"
virtualenv --distribute . | indent
virtualenv --distribute --never-download . | indent
# Create set-aside .heroku folder.
mkdir -p .heroku
......
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