Skip to content

Commit

Permalink
Don't use pip-sync
Browse files Browse the repository at this point in the history
It was removing pkg-resources, which breaks 'python setup.py develop'

Signed-off-by: Zack Cerza <[email protected]>
  • Loading branch information
zmc committed Apr 18, 2017
1 parent a09dd1e commit 7b8f783
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,6 @@ fi
# Install all requirements
./virtualenv/bin/pip install --upgrade -r requirements.txt

# Invoke pip-sync
./virtualenv/bin/pip-sync requirements.txt

# Check to make sure requirements are met
./virtualenv/bin/pip check

Expand Down

0 comments on commit 7b8f783

Please sign in to comment.