未验证 提交 ae445a3d 编写于 作者: O openharmony_ci 提交者: Gitee

!1125 更新FAQ描述

Merge pull request !1125 from Austin/master
......@@ -205,15 +205,19 @@
- **解决办法**
请按照[安装Python环境](../quick-start/quickstart-lite-env-setup-linux.md)
请使用如下命令安装Python,下方以Python3.8为例。
```
sudo apt-get install python3.8
```
- **可能原因2**
usr/bin目录下没有python软链接
![](figures/reason-no-python-soft-link.png)
- **解决办法**
usr/bin目录下没有python软链接,请运行以下命令添加软链接:
请运行以下命令添加软链接:
```
# cd /usr/bin/
......@@ -231,15 +235,17 @@
- **现象描述**
![](figures/11.png)
安装python3过程中出现以下错误:
```
configure: error: no acceptable C compiler found in $PATH. See 'config.log' for more details
```
- **可能原因**
没有装python3
环境中未安装“gcc”
- **解决办法**
请按照[安装python](../quick-start/quickstart-lite-env-setup-linux.md)
1. 通过命令“apt-get install gcc”在线安装
2. 完成后,重新安装python3。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册