Make sure setuptools/distribute is present in new dev virtualenvs.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-06-09 05:41:25 +00:00
parent 9f47765a3f
commit b0001ef94c
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ if test "$okay" -eq 0 ; then
fi
printf "Using '$name' as our project's name..."
printf "Creating virtualenv..."
mkvirtualenv -a "$PWD" --no-site-packages \
mkvirtualenv -a "$PWD" --no-site-packages --unzip-setuptools \
--distribute --prompt="(gnupg)" "$name"
exit $?
else