From 1f6328826407bc3e54d046a7351f09a00d50c333 Mon Sep 17 00:00:00 2001 From: xiekunming Date: Wed, 23 Sep 2020 18:30:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A9python=E6=8C=87=E5=90=91python3.8?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=AF=91python=20build.py?= =?UTF-8?q?=20wifiiot=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\346\220\255\345\273\272\347\216\257\345\242\203.md" | 5 +++++ 1 file changed, 5 insertions(+) diff --git "a/quick-start/\346\220\255\345\273\272\347\216\257\345\242\203.md" "b/quick-start/\346\220\255\345\273\272\347\216\257\345\242\203.md" index 30c16cc32e..e12179979b 100644 --- "a/quick-start/\346\220\255\345\273\272\347\216\257\345\242\203.md" +++ "b/quick-start/\346\220\255\345\273\272\347\216\257\345\242\203.md" @@ -223,6 +223,11 @@ sudo ln -s /bin/bash /bin/sh sudo rm python3 sudo ln -s python3.8 python3 ``` + 4. 运行以下命令, 修改python指向python3.8 + which python + cd /usr/bin //进入上一命令输出的路径, 以/usr/bin为例 + sudo rm python + sudo ln -s python3.8 python - 如果Ubuntu 版本为16,请以下载包的方式安装python: -- Gitee