From 8fb41cabc0e86156722ed2239b7752da99d023e4 Mon Sep 17 00:00:00 2001 From: Robb Ebright Date: Sat, 11 Mar 2017 19:15:33 +0000 Subject: [PATCH] adding --upgrade to pip install for pyopenssl --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 972223555..efacf83a1 100755 --- a/install +++ b/install @@ -495,7 +495,7 @@ verbose "...Done" if [[ `lsb_release -rs` == "14.04" ]] # Ubuntu trusty needs a workaround for python version SSL downloads then -loudCmd "pip install pyOpenSSL cryptography idna certifi" +loudCmd "pip install pyOpenSSL cryptography idna certifi --upgrade" fi