From a3a62f65dddfa786f3d22756b469b2f76d2dd22c Mon Sep 17 00:00:00 2001 From: whyour Date: Tue, 25 Jan 2022 23:03:56 +0800 Subject: [PATCH] =?UTF-8?q?python=E9=BB=98=E8=AE=A4=E5=AE=9E=E6=97=B6?= =?UTF-8?q?=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/share.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/share.sh b/shell/share.sh index 797f77f7..282675d8 100755 --- a/shell/share.sh +++ b/shell/share.sh @@ -60,6 +60,7 @@ original_name=( init_env() { export NODE_PATH=/usr/local/bin:/usr/local/pnpm-global/5/node_modules:/usr/local/lib/node_modules + export PYTHONUNBUFFERED=1 } import_config() {