From 60bfb271b6e2228051bdaed496c2049734c2940f Mon Sep 17 00:00:00 2001 From: ajn Date: Fri, 27 Apr 2018 10:59:44 -0500 Subject: [PATCH] Update bootstrap.sh Don't trample debian pip. --- vagrant/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index 08af3c0cf7..66ba9bb4bc 100755 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -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