From 85df1c41e582ee5f9d8db4b5861df1939c06f11c Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 10 Jul 2020 15:59:04 +0800 Subject: [PATCH] Update update.sh --- scripts/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update.sh b/scripts/update.sh index 25c3d1fd8..32a5d3f9b 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -31,7 +31,7 @@ else OSNAME='unknow' fi -pip uninstall public +#pip uninstall public if [ "$OSNAME" == 'MAC' ];then echo 'The development environment only needs to be downloaded again!'