From 5c34db28c5a750d7597897c0557d33ff49b61a74 Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Fri, 17 Jan 2014 16:36:30 +0100 Subject: [PATCH] venv/builder: authentic>2.1.2 => don't update pip --- virtualenv/build_virtualenv.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/virtualenv/build_virtualenv.sh b/virtualenv/build_virtualenv.sh index d874444..0efb660 100755 --- a/virtualenv/build_virtualenv.sh +++ b/virtualenv/build_virtualenv.sh @@ -24,10 +24,8 @@ echo "** activate virtualenv" cd $VE . bin/activate -pip install pip==1.4.1 - echo "** install packages" -for p in flup http://isos.univnautes.entrouvert.com/authentic2/authentic2-2.1.1.12.ge5caca7.tar.gz +for p in flup "django<1.6" authentic2 do pip install "$p" done