Skip to content

Commit

Permalink
Update bootstrap.sh (#588)
Browse files Browse the repository at this point in the history
Don't trample debian pip.
  • Loading branch information
adamjnichols authored and berggren committed Apr 29, 2018
1 parent e26ae3b commit 655dadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ apt-get install -y \
python-pip python-dev libffi-dev redis-server python-plaso plaso-tools jq

# Install python dependencies
pip install --upgrade pip
# pip -v install --upgrade pip # don't do this https://github.com/pypa/pip/issues/5221
pip install gunicorn pylint nose flask-testing coverage mock BeautifulSoup

if [ "$VAGRANT" = true ]; then
Expand Down

0 comments on commit 655dadb

Please sign in to comment.