Make sure setuptools/distribute is present in new dev virtualenvs.
parent
9f47765a3f
commit
b0001ef94c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue