pip 1.1 no longer supports -E

This commit is contained in:
j 2013-04-06 19:22:01 +02:00
commit c0a5fccc04
2 changed files with 2 additions and 2 deletions

View file

@ -3,5 +3,5 @@ CH="chroot $1"
$CH bzr branch http://code.0x2620.org/pandora /srv/pandora
$CH bzr branch http://code.0x2620.org/oxjs /srv/pandora/static/oxjs
$CH virtualenv --system-site-packages /srv/pandora
$CH pip -E /srv/pandora install -r /srv/pandora/requirements.txt
$CH /srv/pandora/bin/pip install -r /srv/pandora/requirements.txt