From c344dd77b79b64648f8efe5e149102927f06ff9c Mon Sep 17 00:00:00 2001 From: Mike Purvis Date: Tue, 16 Feb 2016 13:18:07 -0500 Subject: [PATCH] Remove "exit 1", as discussed in #12. --- install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install b/install index 3f96170..9f00157 100755 --- a/install +++ b/install @@ -55,10 +55,11 @@ do_install() echo echo " /Library/Python/2.7/site-packages/" echo - echo "To proceed, please uninstall these packages:" + echo "If you have problems, please uninstall these packages:" echo echo " for i in $( pip freeze ); do sudo pip uninstall -y $i; done" - exit 1 + echo + echo "Then delete the build directory and start over again from scratch." fi # Check for root-owned stuff in /usr/local