From 1a217cec5651b3187f37daa68fb209469ea4f07c Mon Sep 17 00:00:00 2001 From: Austin Date: Fri, 29 Apr 2022 07:33:36 +0000 Subject: [PATCH] update en/device-dev/faqs/faqs-building.md. Signed-off-by: Austin --- en/device-dev/faqs/faqs-building.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/en/device-dev/faqs/faqs-building.md b/en/device-dev/faqs/faqs-building.md index 26b0cab34e..f40a822ef5 100644 --- a/en/device-dev/faqs/faqs-building.md +++ b/en/device-dev/faqs/faqs-building.md @@ -190,8 +190,12 @@ - **Possible Cause 1:** Python is not installed. - **Solutions** - - [Install Python](../quick-start/quickstart-lite-env-setup-linux.md). + + Run the following command to install Python 3: + + ``` + sudo apt-get install python3.8 + ``` - **Possible Cause 2:** The soft link that points to the Python does not exist in the **usr/bin** directory. @@ -226,6 +230,9 @@ - **Solutions** - [Install Python](../quick-start/quickstart-lite-env-setup-linux.md). - + Run the following command to install Python 3: + + ``` + sudo apt-get install python3.8 + ``` -- GitLab