From f663549eeb40aa98b7a5b22756d28a41ead23ff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=AE=87=E6=89=AC?= Date: Tue, 9 Jul 2024 16:48:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E4=BD=BF=E7=94=A8python3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 2a72f55e..877c5f54 100755 --- a/install.sh +++ b/install.sh @@ -10,6 +10,6 @@ cd $folder cmake .. "$@" make -j cd tools -python setup.py sdist build -python setup.py bdist_wheel -python setup.py install +python3 setup.py sdist build +python3 setup.py bdist_wheel +python3 setup.py install