From 297ac40295ae97a3be936d44c4f458086d48372f Mon Sep 17 00:00:00 2001 From: Olivier Bilodeau Date: Fri, 22 Jun 2018 16:55:15 -0400 Subject: [PATCH] Using pip3 instead of pip fixes docker issues --- installing_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installing_deps.sh b/installing_deps.sh index 9376dd65..b6c489df 100755 --- a/installing_deps.sh +++ b/installing_deps.sh @@ -27,7 +27,7 @@ sudo apt-get install libev-dev libgmp-dev -y sudo apt-get install graphviz -y # install nosetests -sudo pip install nose +sudo pip3 install nose # ssdeep sudo apt-get install libfuzzy-dev -y