From 9878f15966da322708eff8fd93f17dec54ab7e5f Mon Sep 17 00:00:00 2001 From: Noah Swartz Date: Wed, 19 Jul 2017 11:55:53 -0700 Subject: [PATCH] leave macos unchanged --- letsencrypt-auto-source/letsencrypt-auto | 2 +- letsencrypt-auto-source/pieces/bootstrappers/mac.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/letsencrypt-auto-source/letsencrypt-auto b/letsencrypt-auto-source/letsencrypt-auto index 17ee1d509..077847e8f 100755 --- a/letsencrypt-auto-source/letsencrypt-auto +++ b/letsencrypt-auto-source/letsencrypt-auto @@ -562,7 +562,7 @@ BootstrapMac() { if ! hash virtualenv 2>/dev/null; then say "virtualenv not installed." say "Installing with pip..." - pip install --disable-pip-version-check virtualenv + pip install virtualenv fi } diff --git a/letsencrypt-auto-source/pieces/bootstrappers/mac.sh b/letsencrypt-auto-source/pieces/bootstrappers/mac.sh index 4a7e37c66..b88e96999 100755 --- a/letsencrypt-auto-source/pieces/bootstrappers/mac.sh +++ b/letsencrypt-auto-source/pieces/bootstrappers/mac.sh @@ -39,6 +39,6 @@ BootstrapMac() { if ! hash virtualenv 2>/dev/null; then say "virtualenv not installed." say "Installing with pip..." - pip install --disable-pip-version-check virtualenv + pip install virtualenv fi }