Commit 4e00f9e8 authored by Kenneth Reitz's avatar Kenneth Reitz

Use distribute.

parent 4eb5b5cb
......@@ -40,7 +40,7 @@ for dir in $VIRTUALENV_DIRS; do
done
echo "-----> Preparing virtualenv version $(virtualenv --version)"
virtualenv --no-site-packages . | indent
virtualenv --no-site-packages --distribute . | indent
# if Django, append settings
if [ "$NAME" = "Python/Django" ]; then
......
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