Skip to content

Commit

Permalink
bootstrap: force new setuptools
Browse files Browse the repository at this point in the history
Deal setuptools upgrade problem discussed here:
 pypa/setuptools#940

Signed-off-by: Matt Benjamin <[email protected]>
  • Loading branch information
mattbenjamin committed Jan 25, 2017
1 parent 735c556 commit 641dc8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ virtualenv --no-site-packages --distribute virtualenv
# avoid pip bugs
./virtualenv/bin/pip install --upgrade pip

# work-around change in pip 1.5
./virtualenv/bin/pip install setuptools --no-use-wheel --upgrade
# work-around change in pip 1.5 (and more recent)
./virtualenv/bin/pip install setuptools --no-use-wheel

./virtualenv/bin/pip install -r requirements.txt

Expand Down

0 comments on commit 641dc8f

Please sign in to comment.