setuptools > 0.8 in virtualenv

This commit is contained in:
Thomas NOËL 2014-01-03 10:28:04 +01:00
parent 62b8b254e9
commit 84b037c2ac
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ echo "** activate virtualenv"
cd $VE
. bin/activate
pip install --upgrade setuptools
pip install --upgrade pip
echo "** install packages"