From 2d0562a23b855ba24c473ba2e0f5a2ae6acf2fa6 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 4 Jul 2020 12:41:27 +0800 Subject: [PATCH] Update update.sh --- scripts/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/update.sh b/scripts/update.sh index 918847516..25c3d1fd8 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -31,6 +31,7 @@ else OSNAME='unknow' fi +pip uninstall public if [ "$OSNAME" == 'MAC' ];then echo 'The development environment only needs to be downloaded again!'